public List<GroupingCharsInfo> GroupingChars { get; }
Public ReadOnly Property GroupingChars As List(Of GroupingCharsInfo)
Get
Dim instance As GroupingInfo
Dim value As List(Of GroupingCharsInfo)
value = instance.GroupingChars
public:
property List<GroupingCharsInfo^>^ GroupingChars {
List<GroupingCharsInfo^>^ get ();
}
member GroupingChars : List<GroupingCharsInfo> with get
No code example is currently available or this language may not be supported.