Click or drag to resize

GedcomCollectionT Class

Represents a collection of GEDCOM contexts.
Inheritance Hierarchy
SystemObject
  Patagames.GedcomNetSdk.PrimitivesGedcomCollectionT

Namespace: Patagames.GedcomNetSdk.Primitives
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public class GedcomCollection<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The GedcomCollectionT type exposes the following members.

Constructors
 NameDescription
Public methodGedcomCollectionTInitializes a new instance of the GedcomCollectionT class
Top
Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets or sets the element at the specified index
Top
Methods
 NameDescription
Public methodAdd Adds an item to the collection.
Public methodClear Removes all items from the collection
Public methodContains Determines whether the collection contains a specific item.
Public methodCopyTo Copies the elements of the collection to the array, starting at a particular index.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Determines the index of a specific item in the collection.
Public methodInsert Inserts an item to the collection at the specified index.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Removes the first occurrence of a specific item from the collection.
Public methodRemoveAt Removes the collection item at the specified index.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also