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

Inheritance: CType
Show file Open project: mikedn/runtime

Public Properties

Property Type Description
Instance VoidType

Public Methods

Method Description
IsPredefType ( PredefinedType pt ) : bool

Private Methods

Method Description
VoidType ( ) : Microsoft.CSharp.RuntimeBinder.Syntax

Method Details

IsPredefType() public method

public IsPredefType ( PredefinedType pt ) : bool
pt PredefinedType
return bool

Property Details

Instance public static property

public static VoidType,Microsoft.CSharp.RuntimeBinder.Semantics Instance
return VoidType