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

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
expressionKind ExpressionKind
iToken TokenKind
methodName PredefinedName

Public Methods

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

Method Details

OPINFO() public method

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

Property Details

expressionKind public_oe property

public ExpressionKind expressionKind
return ExpressionKind

iToken public_oe property

public TokenKind iToken
return TokenKind

methodName public_oe property

public PredefinedName methodName
return PredefinedName