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

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

Méthodes publiques

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

public Clear ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Event() public méthode

public Event ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol

Field() public méthode

public Field ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.FieldSymbol
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.FieldSymbol

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetType() public méthode

public GetType ( ) : AggregateType
Résultat AggregateType

Meth() public méthode

public Meth ( ) : MethodSymbol
Résultat MethodSymbol

MethProp() public méthode

public MethProp ( ) : MethodOrPropertySymbol
Résultat MethodOrPropertySymbol

Prop() public méthode

public Prop ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol

Set() public méthode

public Set ( Symbol sym, AggregateType ats ) : void
sym Symbol
ats AggregateType
Résultat void

SymWithType() public méthode

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

SymWithType() public méthode

public SymWithType ( Symbol sym, AggregateType ats ) : System.Diagnostics
sym Symbol
ats AggregateType
Résultat System.Diagnostics

operator() public static méthode

public static operator ( ) : bool
Résultat bool