Show / Hide Table of Contents

Class ByteProperty

Inheritance
System.Object
Property<System.Byte>
ByteProperty
Implements
IProperty
Inherited Members
Property<Byte>.value
Property<Byte>.Value
Property<Byte>.Equals(Object)
Property<Byte>.GetHashCode()
Property<Byte>.ToString()
Property<Byte>.Write(BinaryWriter)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Recolude.Core.Properties
Assembly: Recolude.Core.dll
Syntax
public class ByteProperty : Property<byte>, IProperty

Constructors

ByteProperty(Byte)

Declaration
public ByteProperty(byte value)
Parameters
Type Name Description
System.Byte value

Methods

Code()

Declaration
public override byte Code()
Returns
Type Description
System.Byte
Overrides
Recolude.Core.Property<System.Byte>.Code()

WriteData(BinaryWriter)

Declaration
protected override void WriteData(BinaryWriter writer)
Parameters
Type Name Description
System.IO.BinaryWriter writer
Overrides
Recolude.Core.Property<System.Byte>.WriteData(System.IO.BinaryWriter)

Implements

IProperty
Back to top Generated by DocFX