Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ArrayType ( |
||
ArrayType ( |
||
GetArrayRank ( ) : int | ||
GetConstructors ( ) : IConstructor[] | ||
GetDefaultMember ( ) : IEntity | ||
GetElementType ( ) : IType | ||
GetInterfaces ( ) : IType[] | ||
GetMembers ( ) : IEntity[] | ||
GetTypeDepth ( ) : int | ||
IsAssignableFrom ( IType other ) : bool | ||
IsDefined ( IType attributeType ) : bool | ||
IsSubclassOf ( IType other ) : bool | ||
Resolve ( List targetList, string name, EntityType flags ) : bool | ||
ToString ( ) : string |
public ArrayType ( |
||
tagManager | ||
elementType | IType | |
Результат | System |
public ArrayType ( |
||
tagManager | ||
elementType | IType | |
rank | int | |
Результат | System |
public GetConstructors ( ) : IConstructor[] | ||
Результат | IConstructor[] |
public IsAssignableFrom ( IType other ) : bool | ||
other | IType | |
Результат | bool |
public IsDefined ( IType attributeType ) : bool | ||
attributeType | IType | |
Результат | bool |
public IsSubclassOf ( IType other ) : bool | ||
other | IType | |
Результат | bool |
public Resolve ( List targetList, string name, EntityType flags ) : bool | ||
targetList | List | |
name | string | |
flags | EntityType | |
Результат | bool |