Class FixedSizeBytes<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Abstractions.Types
Assembly: Catalyst.Abstractions.dll
Syntax
public abstract class FixedSizeBytes<T>
where T : FixedSizeBytes<T>, new()
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceRawBytes
Declaration
public byte[] RawBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Size
Declaration
protected abstract int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceRandomBytes()
Declaration
public static T RandomBytes()
Returns
Type | Description |
---|---|
T |