Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public List<Tuple<int, int>> curveSplitIndexes { get; set; }
Visual Basic
Public Property curveSplitIndexes As List(Of Tuple(Of Integer, Integer))
	Get
	Set
Visual C++
public:
property List<Tuple<int, int>^>^ curveSplitIndexes {
	List<Tuple<int, int>^>^ get ();
	void set (List<Tuple<int, int>^>^ value);
}

Property Value

Type: List<(Of <(<'Tuple<(Of <(<'Int32, Int32>)>)>>)>)>

See Also