Class WrappedVertex<TVertex>
Vertex wrapper.
Inheritance
System.Object
    WrappedVertex<TVertex>
  Inherited Members
      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: GraphShape
Assembly: GraphShape.dll
Syntax
[Serializable]
public class WrappedVertex<TVertex>Type Parameters
| Name | Description | 
|---|---|
| TVertex | Vertex type. | 
Constructors
| Improve this Doc View SourceWrappedVertex(TVertex)
Initializes a new instance of the WrappedVertex<TVertex> class.
Declaration
public WrappedVertex(TVertex original)Parameters
| Type | Name | Description | 
|---|---|---|
| TVertex | original | Vertex to wrap. | 
Properties
| Improve this Doc View SourceOriginal
Wrapped vertex.
Declaration
public TVertex Original { get; }Property Value
| Type | Description | 
|---|---|
| TVertex |