EnumerationExtensionsValuesOfT Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static IList<T> ValuesOf<T>()
Public Shared Function ValuesOf(Of T) As IList(Of T)
public:
generic<typename T>
static IList<T>^ ValuesOf()
static member ValuesOf : unit -> IList<'T>
Type Parameters
- T
Return Value
Type:
IListT
See Also