Click or drag to resize

FileBackedHashSet<T> .Signature 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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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