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

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
this ( int i ) : CType

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CopyItems() public méthode

public CopyItems ( int i, int c, CType dest ) : void
i int
c int
dest CType
Résultat void

HasErrors() public méthode

public HasErrors ( ) : bool
Résultat bool

Item() public méthode

public Item ( int i ) : CType
i int
Résultat CType

ItemAsTypeParameterType() public méthode

public ItemAsTypeParameterType ( int i ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType
i int
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType

ToArray() public méthode

public ToArray ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.CType[]
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.CType[]

TypeArray() public méthode

public TypeArray ( CType types ) : System
types CType
Résultat System