Vertex {Microsoft.VisualBasic.Data.GraphTheory} .NET clr documentation

Vertex

Description

图之中的节点

Declare

            
# namespace Microsoft.VisualBasic.Data.GraphTheory
export class Vertex {
   # Array index.(使用数字表示的唯一标识符)
   ID: integer;
   # The unique id of this node
   label: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]