Creates a CogIndexableCollection wrapper around inner.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
public static CogIndexableCollection<T> CreateInstance<U>(
U inner
)
where U : Object, IList<T>, ICogCollectionEvents
public static CogIndexableCollection<T> CreateInstance<U>(
U inner
)
where U : Object, IList<T>, ICogCollectionEvents
Public Shared Function CreateInstance(Of U As {Object, IList(Of T), ICogCollectionEvents}) (
inner As U
) As CogIndexableCollection(Of T)Public Shared Function CreateInstance(Of U As {Object, IList(Of T), ICogCollectionEvents}) (
inner As U
) As CogIndexableCollection(Of T)public:
generic<typename U>
where U : Object, IList<T>, ICogCollectionEvents
static CogIndexableCollection<T>^ CreateInstance(
U inner
)
public:
generic<typename U>
where U : Object, IList<T>, ICogCollectionEvents
static CogIndexableCollection<T>^ CreateInstance(
U inner
)
Parameters
- inner
- Type: U
The internal list of items.
- U
Return Value
Type:
CogIndexableCollection T