| 
TypedSortedListEx
 TKey
,
 TValue
Keys Property
  | 
 List of keys. Read-only.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public virtual IList<TKey> Keys { get; }
 
Public Overridable ReadOnly Property Keys As IList(Of TKey)
	Get
 
public:
virtual property IList<TKey>^ Keys {
	IList<TKey>^ get ();
}
 
abstract Keys : IList<'TKey> with get
override Keys : IList<'TKey> with get
 
 
 
Property Value
 
 Type:
 
IList
 
 TKey
 
 See Also
See Also