[Missing <summary> documentation for "P:Bespoke.Common.SubArray`1.Length"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public int Length { get; private set; }
Visual Basic (Declaration)
Public Property Length As Integer
Visual C++
public:
property int Length {
	int get ();
	void set (int value);
}

See Also