Click or drag to resize

AbstractCheckerCheck Method (Int32, String, ListPrtEventNode)

[Missing <summary> documentation for "M:P.Runtime.AbstractChecker.Check(System.Int32,System.String,System.Collections.Generic.List{P.Runtime.PrtEventNode})"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool Check(
	int currIndex,
	string last,
	List<PrtEventNode> Q
)

Parameters

currIndex
Type: SystemInt32

[Missing <param name="currIndex"/> documentation for "M:P.Runtime.AbstractChecker.Check(System.Int32,System.String,System.Collections.Generic.List{P.Runtime.PrtEventNode})"]

last
Type: SystemString

[Missing <param name="last"/> documentation for "M:P.Runtime.AbstractChecker.Check(System.Int32,System.String,System.Collections.Generic.List{P.Runtime.PrtEventNode})"]

Q
Type: System.Collections.GenericListPrtEventNode

[Missing <param name="Q"/> documentation for "M:P.Runtime.AbstractChecker.Check(System.Int32,System.String,System.Collections.Generic.List{P.Runtime.PrtEventNode})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:P.Runtime.AbstractChecker.Check(System.Int32,System.String,System.Collections.Generic.List{P.Runtime.PrtEventNode})"]

See Also