ClockVector Members
Represents a clock vector in a knowledge structure. This class cannot be inherited.
The following tables list the members exposed by the ClockVector type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ClockVector | Initializes a new instance of the ClockVector class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of elements that are contained in the clock vector. |
![]() |
IsReadOnly | Gets a value that indicates whether the element list is read-only. |
![]() |
Item | Gets or sets the element in the clock vector that is indicated by the value of index. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Adds an element to the clock vector. |
![]() |
Clear | Removes all items from the clock vector. |
![]() |
Contains | Determines whether the clock vector contains the specified element. |
![]() |
CopyTo | Copies the elements of the clock vector to array, starting at the index specified by arrayIndex. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the clock vector elements. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Determines the index of a specific item in the clock vector element list. |
![]() |
Insert | Inserts an element into the clock vector at the specified index. |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of a specific element from the clock vector. |
![]() |
RemoveAt | Removes the element at the specified index. |
![]() |
ToString | Overridden. Returns a string that represents this object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection of clock vector elements. |
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.GetSchema | Returns a null reference (Nothing in Visual Basic). |
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.ReadXml | Reconstitutes the object from its XML representation. |
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.WriteXml | Converts this object into its XML representation. |
Top