EnumerationExtensionsValuesOfT Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.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