Property | Type | Description | |
---|---|---|---|
_definition | IType | ||
_tss | TypeSystemServices |
Method | Description | |
---|---|---|
GenericConstructedType ( |
||
GetConstructors ( ) : IConstructor[] | ||
GetDefaultMember ( ) : IEntity | ||
GetElementType ( ) : IType | ||
GetInterfaces ( ) : IType[] | ||
GetMembers ( ) : IEntity[] | ||
GetMethodTemplate ( IMethod method ) : IMethod | ||
GetTypeDepth ( ) : int | ||
IsAssignableFrom ( IType other ) : bool | ||
IsDefined ( IType attributeType ) : bool | ||
IsSubclassOf ( IType other ) : bool | ||
Resolve ( List targetList, string name, EntityType filter ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
BuildFullName ( ) : string | ||
IsFullyConstructed ( ) : bool |
public GenericConstructedType ( |
||
tss | ||
definition | IType | |
arguments | IType | |
return | System |
public GetMethodTemplate ( IMethod method ) : IMethod | ||
method | IMethod | |
return | IMethod |
public IsAssignableFrom ( IType other ) : bool | ||
other | IType | |
return | bool |
public IsDefined ( IType attributeType ) : bool | ||
attributeType | IType | |
return | bool |
public Resolve ( List targetList, string name, EntityType filter ) : bool | ||
targetList | List | |
name | string | |
filter | EntityType | |
return | bool |