EnumValueCollection.T. . Conversion (EnumValueCollection.T. to EnumValueCollection)

Performs an explicit conversion from EnumValueCollection.T. to EnumValueCollection.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public static explicit operator EnumValueCollection (
    EnumValueCollection<T> coll
)

VB

Public Shared Narrowing Operator CType ( 
    coll As EnumValueCollection(Of T)
) As EnumValueCollection

Parameters

coll

Type: TwinCAT.TypeSystem.EnumValueCollection.T.
The coll.

Return Value

Type: EnumValueCollection
The result of the conversion.

Reference

EnumValueCollection.T. Class

TwinCAT.TypeSystem Namespace