Property | Type | Description | |
---|---|---|---|
GetDeclaredInterfaces | ImmutableArray |
||
GetFieldsToEmit | IEnumerable |
||
GetInterfacesToEmit | ImmutableArray |
||
Substitute | TypeWithModifiers |
Method | Description | |
---|---|---|
GetMembers ( ) : ImmutableArray |
||
GetMembers ( string name ) : ImmutableArray |
||
GetTypeMembers ( ) : ImmutableArray |
||
GetTypeMembers ( string name ) : ImmutableArray |
Method | Description | |
---|---|---|
GetDeclaredInterfaces ( ConsList |
||
GetFieldsToEmit ( ) : IEnumerable |
||
GetInterfacesToEmit ( ) : ImmutableArray |
||
Substitute ( |
Called by AbstractTypeMap.SubstituteType to perform substitution on types with TypeKind ErrorType. The general pattern is to use the type map to perform substitution on the wrapped type, if any, and then construct a new error type symbol from the result (if there was a change).
|
public GetMembers ( string name ) : ImmutableArray |
||
name | string | |
return | ImmutableArray |
public GetTypeMembers ( string name ) : ImmutableArray |
||
name | string | |
return | ImmutableArray |