C# Class Mono.CSharp.Linq.QueryBlock.TransparentParameter

Inheritance: ImplicitLambdaParameter
Show file Open project: kumpera/mono

Public Properties

Property Type Description
Counter int
Identifier string
Parent Parameter

Public Methods

Method Description
Reset ( ) : void
TransparentParameter ( Parameter parent, RangeVariable identifier ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

TransparentParameter() public method

public TransparentParameter ( Parameter parent, RangeVariable identifier ) : System
parent Parameter
identifier RangeVariable
return System

Property Details

Counter public static property

public static int Counter
return int

Identifier public property

public string Identifier
return string

Parent public property

public Parameter Parent
return Parameter