List of keys. Read-only.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

IList<(Of <(<'TKey>)>)>

See Also