Share via


FileContentDictionary<TKey> Class

Definition

generic <typename TKey>
public ref class FileContentDictionary : Microsoft::IdentityServer::Management::Resources::ObservableDictionary<TKey, cli::array <System::Byte> ^>
[System.Serializable]
public class FileContentDictionary<TKey> : Microsoft.IdentityServer.Management.Resources.ObservableDictionary<TKey,byte[]>
type FileContentDictionary<'Key> = class
    inherit ObservableDictionary<'Key, byte[]>
Public Class FileContentDictionary(Of TKey)
Inherits ObservableDictionary(Of TKey, Byte())

Type Parameters

TKey
Inheritance
FileContentDictionary<TKey>
Attributes

Constructors

FileContentDictionary<TKey>(IDictionary<TKey,Byte[]>)

Properties

Count (Inherited from ObservableDictionary<TKey,TValue>)
IsReadOnly (Inherited from ObservableDictionary<TKey,TValue>)
Item[TKey] (Inherited from ObservableDictionary<TKey,TValue>)
Keys (Inherited from ObservableDictionary<TKey,TValue>)
Values (Inherited from ObservableDictionary<TKey,TValue>)

Methods

Add(KeyValuePair<TKey,TValue>) (Inherited from ObservableDictionary<TKey,TValue>)
Add(TKey, TValue) (Inherited from ObservableDictionary<TKey,TValue>)
Clear() (Inherited from ObservableDictionary<TKey,TValue>)
Contains(KeyValuePair<TKey,TValue>) (Inherited from ObservableDictionary<TKey,TValue>)
ContainsKey(TKey) (Inherited from ObservableDictionary<TKey,TValue>)
CopyTo(KeyValuePair<TKey,TValue>[], Int32) (Inherited from ObservableDictionary<TKey,TValue>)
GetEnumerator() (Inherited from ObservableDictionary<TKey,TValue>)
Remove(KeyValuePair<TKey,TValue>) (Inherited from ObservableDictionary<TKey,TValue>)
Remove(TKey) (Inherited from ObservableDictionary<TKey,TValue>)
TryGetValue(TKey, TValue) (Inherited from ObservableDictionary<TKey,TValue>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ObservableDictionary<TKey,TValue>)

Applies to