C# Class IKVM.Reflection.ElementHolderType

Inheritance: Type
Afficher le fichier Open project: samskivert/ikvm-monotouch Class Usage Examples

Protected Properties

Свойство Type Description
elementType Type

Méthodes publiques

Méthode Description
GetElementType ( ) : Type
ToString ( ) : string
__GetOptionalCustomModifiers ( ) : Type[]
__GetRequiredCustomModifiers ( ) : Type[]

Méthodes protégées

Méthode Description
ElementHolderType ( Type elementType, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
EqualsHelper ( ElementHolderType other ) : bool
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

Private Methods

Méthode Description
BindArray ( Type array, IGenericBinder binder ) : Type[]
BindTypeParameters ( IGenericBinder binder ) : Type
CheckBaked ( ) : void
GetCustomAttributesData ( Type attributeType ) : IList
GetModuleBuilderToken ( ) : int

Method Details

ElementHolderType() protected méthode

protected ElementHolderType ( Type elementType, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
elementType Type
requiredCustomModifiers Type
optionalCustomModifiers Type
Résultat System

EqualsHelper() protected méthode

protected EqualsHelper ( ElementHolderType other ) : bool
other ElementHolderType
Résultat bool

GetElementType() public final méthode

public final GetElementType ( ) : Type
Résultat Type

GetSuffix() protected abstract méthode

protected abstract GetSuffix ( ) : string
Résultat string

ToString() public final méthode

public final ToString ( ) : string
Résultat string

Wrap() protected abstract méthode

protected abstract Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
Résultat Type

__GetOptionalCustomModifiers() public méthode

public __GetOptionalCustomModifiers ( ) : Type[]
Résultat Type[]

__GetRequiredCustomModifiers() public méthode

public __GetRequiredCustomModifiers ( ) : Type[]
Résultat Type[]

Property Details

elementType protected_oe property

protected Type elementType
Résultat Type