C# Class System.Linq.Expressions.Tests.LocalsSignatureParser.TypeCreator

Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
ArrayShape ( ) : void
ByRef ( ) : void
Done ( ) : void
GenericInst ( int count ) : void
Rank ( int rank ) : void
TypeClass ( ) : void
TypeCreator ( LocalsSignatureParser parent ) : System.Collections.Generic
TypeInternal ( IntPtr ptr ) : void
TypePointer ( ) : void
TypeSimple ( byte elemType ) : void
TypeSzArray ( ) : void
TypeValueType ( ) : void

Private Methods

Method Description
TypeDefOrRef ( int token, byte indexType, int index ) : void

Method Details

ArrayShape() public method

public ArrayShape ( ) : void
return void

ByRef() public method

public ByRef ( ) : void
return void

Done() public method

public Done ( ) : void
return void

GenericInst() public method

public GenericInst ( int count ) : void
count int
return void

Rank() public method

public Rank ( int rank ) : void
rank int
return void

TypeClass() public method

public TypeClass ( ) : void
return void

TypeCreator() public method

public TypeCreator ( LocalsSignatureParser parent ) : System.Collections.Generic
parent LocalsSignatureParser
return System.Collections.Generic

TypeInternal() public method

public TypeInternal ( IntPtr ptr ) : void
ptr IntPtr
return void

TypePointer() public method

public TypePointer ( ) : void
return void

TypeSimple() public method

public TypeSimple ( byte elemType ) : void
elemType byte
return void

TypeSzArray() public method

public TypeSzArray ( ) : void
return void

TypeValueType() public method

public TypeValueType ( ) : void
return void