MethodMetaReadOnlyCollection ClassCognex VisionPro 9.22

A read only collection of MethodMeta instances.

Inheritance Hierarchy

System Object
  Cognex.Vision.Meta.Implementation ReadOnlyCollectionOfMethodMetaPtr
    Cognex.Vision.Meta MethodMetaReadOnlyCollection

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public sealed class MethodMetaReadOnlyCollection : ReadOnlyCollectionOfMethodMetaPtr, 
	IObject

The MethodMetaReadOnlyCollection type exposes the following members.

Constructors

  NameDescription
Public methodMethodMetaReadOnlyCollection

MethodMetaReadOnlyCollection Constructor.

Top
Methods

  NameDescription
Public methodCopyTo
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 ReadOnlyCollectionOfMethodMetaPtr CopyTo( MethodMeta , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfMethodMetaPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides ReadOnlyCollectionOfMethodMetaPtr GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two MethodMetaReadOnlyCollection objects.
Public operatorStatic memberInequality
Compares the inequality of two MethodMetaReadOnlyCollection objects.
Top
Properties

  NameDescription
Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfMethodMetaPtr Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfMethodMetaPtr Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfMethodMetaPtr Item Int32 .)
Top
See Also