Method |
Description |
|
CreateAggregateType ( Name name, AggregateSymbol parent, TypeArray typeArgsThis, AggregateType outerType ) : AggregateType |
|
|
CreateAnonMethod ( ) : BoundLambdaType |
|
|
CreateArgList ( ) : ArgumentListType |
|
|
CreateArray ( Name name, CType pElementType, int rank ) : Microsoft.CSharp.RuntimeBinder.Semantics.ArrayType |
|
|
CreateError ( Name name, CType parent, Microsoft.CSharp.RuntimeBinder.Semantics.AssemblyQualifiedNamespaceSymbol pParentNS, Name nameText, TypeArray typeArgs ) : Microsoft.CSharp.RuntimeBinder.Semantics.ErrorType |
|
|
CreateMethodGroup ( ) : MethodGroupType |
|
|
CreateNull ( ) : NullType |
|
|
CreateNullable ( Name name, CType pUnderlyingType, BSYMMGR symmgr, TypeManager typeManager ) : NullableType |
|
|
CreateParameterModifier ( Name name, CType pParameterType ) : Microsoft.CSharp.RuntimeBinder.Semantics.ParameterModifierType |
|
|
CreatePointer ( Name name, CType pReferentType ) : Microsoft.CSharp.RuntimeBinder.Semantics.PointerType |
|
|
CreateTypeParameter ( Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterSymbol pSymbol ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType |
|
|
CreateUnit ( ) : OpenTypePlaceholderType |
|
|
CreateVoid ( ) : VoidType |
|
|