Click or drag to resize

ClaimValueList Constructor (IListString)

Initializes a new instance of the ClaimValueList class

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public ClaimValueList(
	IList<string> values
)

Parameters

values
Type: System.Collections.GenericIListString

[Missing <param name="values"/> documentation for "M:Casewhere.Runtime.DSL.ClaimValueList.#ctor(System.Collections.Generic.IList{System.String})"]

See Also