C# Class Microsoft.CSharp.RuntimeBinder.Semantics.Operators.OPINFO

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
expressionKind ExpressionKind
iToken TokenKind
methodName PredefinedName

Méthodes publiques

Méthode Description
OPINFO ( TokenKind t, PredefinedName pn, ExpressionKind e, int c ) : System.Collections.Generic

Method Details

OPINFO() public méthode

public OPINFO ( TokenKind t, PredefinedName pn, ExpressionKind e, int c ) : System.Collections.Generic
t TokenKind
pn PredefinedName
e ExpressionKind
c int
Résultat System.Collections.Generic

Property Details

expressionKind public_oe property

public ExpressionKind expressionKind
Résultat ExpressionKind

iToken public_oe property

public TokenKind iToken
Résultat TokenKind

methodName public_oe property

public PredefinedName methodName
Résultat PredefinedName