Click or drag to resize

SelectableListNodeListHelperGetFlagEnumValueAsInt32 Method

Gets the selected flag enum value from a SelectableListNodeList. The SelectableListNodeList instance should have been initialized with FillWithFlagEnumeration(SelectableListNodeList, Enum) (the tags of the items must be integers, representing the flag values).

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetFlagEnumValueAsInt32(
	this SelectableListNodeList list
)

Parameters

list  SelectableListNodeList
The list.

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Collections.SelectableListNodeListHelper.GetFlagEnumValueAsInt32(Altaxo.Collections.SelectableListNodeList)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SelectableListNodeList. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also