A read only collection of PropertyMeta instances.
Inheritance Hierarchy
Cognex.Vision.Meta.Implementation ReadOnlyCollectionOfPropertyMetaPtr
Cognex.Vision.Meta PropertyMetaReadOnlyCollection
Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
The PropertyMetaReadOnlyCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyMetaReadOnlyCollection | PropertyMetaReadOnlyCollection constructor |
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfPropertyMetaPtr CopyTo( PropertyMeta , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfPropertyMetaPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfPropertyMetaPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two PropertyMetaReadOnlyCollection objects. | |
| Inequality | Compares the inequality of two PropertyMetaReadOnlyCollection objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfPropertyMetaPtr Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfPropertyMetaPtr Item Int32 .) |
See Also