Property | Type | Description | |
---|---|---|---|
FindBaseType | IType | ||
HasConstraint | bool | ||
IEntityWithAttributes | bool | ||
INamespace | IEntity[] | ||
INamespace | bool | ||
IType | IType |
Method | Description | |
---|---|---|
GetConstructors ( ) : IConstructor[] | ||
GetDefaultMember ( ) : IEntity | ||
GetInterfaces ( ) : IType[] | ||
GetTypeConstraints ( ) : IType[] | ||
GetTypeDepth ( ) : int | ||
InternalGenericParameter ( |
||
InternalGenericParameter ( |
||
IsAssignableFrom ( IType other ) : bool | ||
IsSubclassOf ( IType other ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FindBaseType ( ) : IType | ||
HasConstraint ( GenericParameterConstraints flag ) : bool | ||
IEntityWithAttributes ( IType attributeType ) : bool | ||
INamespace ( ) : IEntity[] | ||
INamespace ( List targetList, string name, EntityType flags ) : bool | ||
IType ( ) : IType |
public InternalGenericParameter ( |
||
tss | ||
declaration | Boo.Lang.Compiler.Ast.GenericParameterDeclaration | |
return | System |
public InternalGenericParameter ( |
||
tss | ||
declaration | Boo.Lang.Compiler.Ast.GenericParameterDeclaration | |
position | int | |
return | System |
public IsAssignableFrom ( IType other ) : bool | ||
other | IType | |
return | bool |