CogSerializableCollectionBase T  InnerList Property Cognex VisionPro
Gets the internal List containing the list of elements.

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

protected virtual IList<T> InnerList { get; }

Property Value

Type: IList T 
See Also