GroupingInfoGroupsClosedPositions Property
Gets the positions in the string of the enclosed groups.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Dictionary<int, int> GroupsClosedPositions { get; }
Public ReadOnly Property GroupsClosedPositions As Dictionary(Of Integer, Integer)
Get
Dim instance As GroupingInfo
Dim value As Dictionary(Of Integer, Integer)
value = instance.GroupsClosedPositions
public:
property Dictionary<int, int>^ GroupsClosedPositions {
Dictionary<int, int>^ get ();
}
member GroupsClosedPositions : Dictionary<int, int> with get
No code example is currently available or this language may not be supported.
Property Value
DictionaryInt32,
Int32
The positions in the string of the enclosed groups.