MemberSpanInfo Constructor (Int32, Int32)

The constructor with member index and span index

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public MemberSpanInfo(
	int memberIndex,
	int spanIndex
)

Parameters

memberIndex
Type: SystemInt32
The index of the member
spanIndex
Type: SystemInt32
The index of the span
See Also