Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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())