Skip to main content Skip to complementary content

As Method

Overloads

As<T>()

Interprets abstract structure as a different type.

As<T>()

Interprets abstract structure as a different type.

Declaration

      T As<T>()
    where T : AbstractStructure, new()
    

Returns

Type Description
T

The object interpreted as instance of T.

Type Parameters

Name Description
T

The target type

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!