Orient.Client.OVertex.OVertex C# (CSharp) 메소드

OVertex() 공개 메소드

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