public ReadOnlyCollection<int> ActivePartitions { get; }
Public ReadOnly Property ActivePartitions As ReadOnlyCollection(Of Integer) Get
public: property ReadOnlyCollection<int>^ ActivePartitions { ReadOnlyCollection<int>^ get (); }
member ActivePartitions : ReadOnlyCollection<int> with get
This property returns the set of partitions passed in the last call to AssignAdditionalPartitions(IListInt32), or the initial partitions if that method hasn't been called.
Copyright © Sven Groot (Ookii.org) 2022