Pegasus Class Library Help
Gets or sets the Note at the specified index.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public Note this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As Note
Visual C++
public:
property Note^ default[int index] {
	Note^ get (int index);
	void set (int index, Note^ value);
}

Parameters

index
Type: System..::.Int32

Field Value

See Also