FileBackedDictionaryTKey, TValue, TKeyElem, TValueElemSignature Property

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

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.156 -- Release Build+6a9f88f477f6aa18d5026c0c0fcc061b1aaed2d2
public byte[] Signature { get; set; }

Property Value

Byte

Exceptions

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