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

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Equals ( object obj ) : bool
Event ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
Field ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.FieldSymbol
GetHashCode ( ) : int
GetType ( ) : AggregateType
Meth ( ) : MethodSymbol
MethProp ( ) : MethodOrPropertySymbol
Prop ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
Set ( Symbol sym, AggregateType ats ) : void
SymWithType ( ) : System.Diagnostics
SymWithType ( Symbol sym, AggregateType ats ) : System.Diagnostics
operator ( ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Event() public method

public Event ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
return Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol

Field() public method

public Field ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.FieldSymbol
return Microsoft.CSharp.RuntimeBinder.Semantics.FieldSymbol

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetType() public method

public GetType ( ) : AggregateType
return AggregateType

Meth() public method

public Meth ( ) : MethodSymbol
return MethodSymbol

MethProp() public method

public MethProp ( ) : MethodOrPropertySymbol
return MethodOrPropertySymbol

Prop() public method

public Prop ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
return Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol

Set() public method

public Set ( Symbol sym, AggregateType ats ) : void
sym Symbol
ats AggregateType
return void

SymWithType() public method

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

SymWithType() public method

public SymWithType ( Symbol sym, AggregateType ats ) : System.Diagnostics
sym Symbol
ats AggregateType
return System.Diagnostics

operator() public static method

public static operator ( ) : bool
return bool