Interface ITopologyPrimitive
- Namespace
- Lime
- Assembly
- Lime.dll
public interface ITopologyPrimitive
Properties
Count
int Count { get; }
Property Value
this[int]
ushort this[int index] { get; }
Parameters
index
int
public interface ITopologyPrimitive
int Count { get; }
ushort this[int index] { get; }
index
int