Click or drag to resize

CustomEnumeration Constructor (ArrayList, String)

Initializes a new instance of the CustomEnumeration class

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CustomEnumeration(
	ArrayList allowedValues,
	string val
)

Parameters

allowedValues
Type: System.CollectionsArrayList

[Missing <param name="allowedValues"/> documentation for "M:Demo3D.Utilities.CustomEnumeration.#ctor(System.Collections.ArrayList,System.String)"]

val
Type: SystemString

[Missing <param name="val"/> documentation for "M:Demo3D.Utilities.CustomEnumeration.#ctor(System.Collections.ArrayList,System.String)"]

See Also