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.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
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