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.165 -- Release Build+90e70fb13a8ed8f84b5b4dc8e65afc7c596c977f
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