[Missing <summary> documentation for "P:NHibernate.Mapping.IndexedCollection.Index"]

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SimpleValue Index { get; set; }
Visual Basic
Public Property Index As SimpleValue
	Get
	Set
Visual C++
public:
property SimpleValue^ Index {
	SimpleValue^ get ();
	void set (SimpleValue^ value);
}

See Also