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

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
carg int
fHasExprs bool
prgexpr List
types TypeArray

Property Details

carg public property

public int carg
return int

fHasExprs public property

public bool fHasExprs
return bool

prgexpr public property

public List prgexpr
return List

types public property

public TypeArray,Microsoft.CSharp.RuntimeBinder.Semantics types
return TypeArray