C# Class System.Reflection.Emit.ArrayType

Inheritance: SymbolType
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
GetArrayRank ( ) : int

Protected Methods

Method Description
GetAttributeFlagsImpl ( ) : TypeAttributes
IsArrayImpl ( ) : bool

Private Methods

Method Description
ArrayType ( Type elementType, int rank ) : System.Reflection
FormatName ( string elementName ) : String

Method Details

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetAttributeFlagsImpl() protected method

protected GetAttributeFlagsImpl ( ) : TypeAttributes
return TypeAttributes

IsArrayImpl() protected method

protected IsArrayImpl ( ) : bool
return bool