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.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
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