Click or drag to resize

FileBackedHashSetTSignature 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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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