CogIndexableCollection T  CreateInstance U  Method Cognex VisionPro 9.21 SR1
Creates a CogIndexableCollection wrapper around inner.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public static CogIndexableCollection<T> CreateInstance<U>(
	U inner
)
where U : Object, IList<T>, ICogCollectionEvents

Parameters

inner
Type: U
The internal list of items.
Type Parameters

U

Return Value

Type: CogIndexableCollection T 
See Also