The index of the property from which the data is to be obtained.
'宣言 Public Function GetEnumValue(Of T As {New, Struct})( _ ByVal index As System.Integer _ ) As T
public T GetEnumValue<T>( System.int index ) where T: new(), struct
Properties クラス Properties メンバ