Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 ( Boo targetList, string name, EntityType flags ) : bool | ||
ToString ( ) : string |
public IsAssignableFrom ( IType other ) : bool | ||
other | IType | |
return | bool |
public IsDefined ( IType attributeType ) : bool | ||
attributeType | IType | |
return | bool |
public Resolve ( Boo targetList, string name, EntityType flags ) : bool | ||
targetList | Boo | |
name | string | |
flags | EntityType | |
return | bool |