List of keys. Read-only.
Namespace: Spire.Doc.CollectionsAssembly: 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