QuickGraph


Edge<'iType, 'oType>

Namespace: QuickGraph.FST
Parent Module: FstTable

Record Fields

Record FieldDescription
EndV
Signature: int
InSymb
Signature: 'iType
OutSymb
Signature: 'oType
StartV
Signature: int

Constructors

ConstructorDescription
new(startV, inSymb, outSymb, endV)
Signature: (startV:int * inSymb:'iType * outSymb:'oType * endV:int) -> Edge<'iType,'oType>

CompiledName: .ctor

Fork me on GitHub