C# Class IKVM.Reflection.ElementHolderType

Inheritance: Type
Show file Open project: samskivert/ikvm-monotouch Class Usage Examples

Protected Properties

Property Type Description
elementType Type

Public Methods

Method Description
GetElementType ( ) : Type
ToString ( ) : string
__GetOptionalCustomModifiers ( ) : Type[]
__GetRequiredCustomModifiers ( ) : Type[]

Protected Methods

Method 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

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

Method Details

ElementHolderType() protected method

protected ElementHolderType ( Type elementType, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
elementType Type
requiredCustomModifiers Type
optionalCustomModifiers Type
return System

EqualsHelper() protected method

protected EqualsHelper ( ElementHolderType other ) : bool
other ElementHolderType
return bool

GetElementType() public final method

public final GetElementType ( ) : Type
return Type

GetSuffix() protected abstract method

protected abstract GetSuffix ( ) : string
return string

ToString() public final method

public final ToString ( ) : string
return string

Wrap() protected abstract method

protected abstract Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
return Type

__GetOptionalCustomModifiers() public method

public __GetOptionalCustomModifiers ( ) : Type[]
return Type[]

__GetRequiredCustomModifiers() public method

public __GetRequiredCustomModifiers ( ) : Type[]
return Type[]

Property Details

elementType protected property

protected Type elementType
return Type