iText 8.0.2 API
iText.Commons.Utils.LinkedDictionary< TKey, TValue >.KeyCollection Class Reference
Inheritance diagram for iText.Commons.Utils.LinkedDictionary< TKey, TValue >.KeyCollection:

Classes

struct   Enumerator
 

Public Member Functions

  KeyCollection (LinkedList< KeyValuePair< TKey, TValue >> link, Dictionary< TKey, LinkedListNode< KeyValuePair< TKey, TValue >>> dic)
 
void  Add (TKey item)
 
void  Clear ()
 
bool  Contains (TKey item)
 
void  CopyTo (TKey[] array, int arrayIndex)
 
bool  Remove (TKey item)
 
IEnumerator< TKey >  GetEnumerator ()
 

Properties

int  Count [get]
 
bool  IsReadOnly [get]