Orient.Client.OVertex.OVertex C# (CSharp) Method

OVertex() public method

public OVertex ( ) : System.Collections.Generic
return System.Collections.Generic
        public OVertex()
        {
            this.OClassName = "V";
        }
    }
OVertex