Class GraphvizRecordCellCollection
Graphviz record cell collection.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<GraphvizRecordCell>
GraphvizRecordCellCollection
Implements
System.Collections.Generic.IList<GraphvizRecordCell>
System.Collections.Generic.ICollection<GraphvizRecordCell>
System.Collections.Generic.IReadOnlyList<GraphvizRecordCell>
System.Collections.Generic.IReadOnlyCollection<GraphvizRecordCell>
System.Collections.Generic.IEnumerable<GraphvizRecordCell>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Add(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Clear()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.ClearItems()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Contains(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.CopyTo(QuikGraph.Graphviz.Dot.GraphvizRecordCell[], System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.GetEnumerator()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.IndexOf(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Insert(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.InsertItem(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Remove(QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.SetItem(System.Int32, QuikGraph.Graphviz.Dot.GraphvizRecordCell)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Count
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Item[System.Int32]
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.Items
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.Generic.ICollection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.IsReadOnly
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<QuikGraph.Graphviz.Dot.GraphvizRecordCell>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public sealed class GraphvizRecordCellCollection : Collection<GraphvizRecordCell>, IList<GraphvizRecordCell>, ICollection<GraphvizRecordCell>, IReadOnlyList<GraphvizRecordCell>, IReadOnlyCollection<GraphvizRecordCell>, IEnumerable<GraphvizRecordCell>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceGraphvizRecordCellCollection()
Initializes a new instance of the GraphvizRecordCellCollection class.
Declaration
public GraphvizRecordCellCollection()
GraphvizRecordCellCollection(GraphvizRecordCellCollection)
Initializes a new instance of the GraphvizRecordCellCollection class.
Declaration
public GraphvizRecordCellCollection(GraphvizRecordCellCollection collection)
Parameters
Type | Name | Description |
---|---|---|
GraphvizRecordCellCollection | collection | The collection that is wrapped by the new collection. |
GraphvizRecordCellCollection(IList<GraphvizRecordCell>)
Initializes a new instance of the GraphvizRecordCellCollection class.
Declaration
public GraphvizRecordCellCollection(IList<GraphvizRecordCell> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<GraphvizRecordCell> | collection | The collection that is wrapped by the new collection. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable