C# Class Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AssertValid ( ) : void
CopyItems ( int i, int c, CType dest ) : void
HasErrors ( ) : bool
Item ( int i ) : CType
ItemAsTypeParameterType ( int i ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
ToArray ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.CType[]
TypeArray ( CType types ) : System

Private Methods

Method Description
this ( int i ) : CType

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CopyItems() public method

public CopyItems ( int i, int c, CType dest ) : void
i int
c int
dest CType
return void

HasErrors() public method

public HasErrors ( ) : bool
return bool

Item() public method

public Item ( int i ) : CType
i int
return CType

ItemAsTypeParameterType() public method

public ItemAsTypeParameterType ( int i ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
i int
return Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType

ToArray() public method

public ToArray ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.CType[]
return Microsoft.CSharp.RuntimeBinder.Semantics.CType[]

TypeArray() public method

public TypeArray ( CType types ) : System
types CType
return System