C# Класс Boo.Lang.Compiler.TypeSystem.InternalGenericParameter

A generic type parameter of an internal generic type or method.
Наследование: IType, IInternalEntity, IGenericParameter
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FindBaseType IType
HasConstraint bool
IEntityWithAttributes bool
INamespace IEntity[]
INamespace bool
IType IType

Открытые методы

Метод Описание
GetConstructors ( ) : IConstructor[]
GetDefaultMember ( ) : IEntity
GetInterfaces ( ) : IType[]
GetTypeConstraints ( ) : IType[]
GetTypeDepth ( ) : int
InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration ) : System
InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration, int position ) : System
IsAssignableFrom ( IType other ) : bool
IsSubclassOf ( IType other ) : bool
ToString ( ) : string

Приватные методы

Метод Описание
FindBaseType ( ) : IType
HasConstraint ( GenericParameterConstraints flag ) : bool
IEntityWithAttributes ( IType attributeType ) : bool
INamespace ( ) : IEntity[]
INamespace ( List targetList, string name, EntityType flags ) : bool
IType ( ) : IType

Описание методов

GetConstructors() публичный Метод

public GetConstructors ( ) : IConstructor[]
Результат IConstructor[]

GetDefaultMember() публичный Метод

public GetDefaultMember ( ) : IEntity
Результат IEntity

GetInterfaces() публичный Метод

public GetInterfaces ( ) : IType[]
Результат IType[]

GetTypeConstraints() публичный Метод

public GetTypeConstraints ( ) : IType[]
Результат IType[]

GetTypeDepth() публичный Метод

public GetTypeDepth ( ) : int
Результат int

InternalGenericParameter() публичный Метод

public InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration ) : System
tss TypeSystemServices
declaration Boo.Lang.Compiler.Ast.GenericParameterDeclaration
Результат System

InternalGenericParameter() публичный Метод

public InternalGenericParameter ( TypeSystemServices tss, Boo.Lang.Compiler.Ast.GenericParameterDeclaration declaration, int position ) : System
tss TypeSystemServices
declaration Boo.Lang.Compiler.Ast.GenericParameterDeclaration
position int
Результат System

IsAssignableFrom() публичный Метод

public IsAssignableFrom ( IType other ) : bool
other IType
Результат bool

IsSubclassOf() публичный Метод

public IsSubclassOf ( IType other ) : bool
other IType
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string