The index of the property from which the data is to be obtained.
'Declaration Public Function GetEnumValue(Of T As {New, Struct})( _ ByVal index As Integer _ ) As T
public T GetEnumValue<T>( int index ) where T: new(), struct
Properties Class Properties Members