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