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

Inheritance: MethPropWithType
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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 method

public Clear ( ) : void
return void

MethPropWithInst() public method

public MethPropWithInst ( ) : System.Diagnostics
return System.Diagnostics

MethPropWithInst() public method

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
return System.Diagnostics

MethPropWithInst() public method

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
return System.Diagnostics

Set() public method

public Set ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : void
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
return void