As Method
Overloads
| As<T>() | 
             Interprets abstract structure as a different type.  | 
        
      
    
As<T>()
Interprets abstract structure as a different type.
Declaration
      public 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  |