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

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

Méthodes publiques

Méthode Description
Clear ( ) : void
MethPropWithInst ( ) : System.Diagnostics
MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats ) : System.Diagnostics
MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : System.Diagnostics
Set ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

MethPropWithInst() public méthode

public MethPropWithInst ( ) : System.Diagnostics
Résultat System.Diagnostics

MethPropWithInst() public méthode

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
Résultat System.Diagnostics

MethPropWithInst() public méthode

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
Résultat System.Diagnostics

Set() public méthode

public Set ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : void
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
Résultat void