Click or drag to resize
ISymbol Interface

[This is preliminary documentation and is subject to change.]

Represents a symbol.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface ISymbol : IComparable<ISymbol>

The ISymbol type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from IComparableISymbol.)
Top
Properties
  NameDescription
Public propertyValue
Gets the value.
Top
See Also