PagesOptionsPages Property
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public SortedDictionary<int, PageOptions> Pages { get; set; }
Public Property Pages As SortedDictionary(Of Integer, PageOptions)
Get
Set
public:
property SortedDictionary<int, PageOptions^>^ Pages {
SortedDictionary<int, PageOptions^>^ get ();
void set (SortedDictionary<int, PageOptions^>^ value);
}
member Pages : SortedDictionary<int, PageOptions> with get, set
Property Value
SortedDictionaryInt32,
PageOptions