Click or drag to resize

FileBackedDictionaryTKey, TValueSignature Property

Gets or sets the signature of the file backing the lookup table.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public byte[] Signature { get; set; }
View Source

Property Value

Byte
Exceptions
ExceptionCondition
ArgumentNullExceptionAttempt is made to set Signature to a null value.
ArgumentExceptionAttempt is made to set Signature to a value larger than the maximum allowed size.
NotSupportedExceptionAttempt is made to modify Signature of a read-only lookup table.
See Also