Click or drag to resize

AbstractCheckerCheck Method (Int32, String, Int32, ListString)

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

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 ev,
	int p,
	List<string> Q
)

Parameters

currIndex
Type: SystemInt32

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

ev
Type: SystemString

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

p
Type: SystemInt32

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

Q
Type: System.Collections.GenericListString

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

Return Value

Type: Boolean

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

See Also