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

Inheritance: MethPropWithType
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
PropWithType ( ) : System.Diagnostics
PropWithType ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop, AggregateType ats ) : System.Diagnostics
PropWithType ( SymWithType swt ) : System.Diagnostics

Method Details

PropWithType() public method

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

PropWithType() public method

public PropWithType ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop, AggregateType ats ) : System.Diagnostics
prop Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
ats AggregateType
return System.Diagnostics

PropWithType() public method

public PropWithType ( SymWithType swt ) : System.Diagnostics
swt SymWithType
return System.Diagnostics