Show / Hide Table of Contents

Class IntArrayProperty

Inheritance
System.Object
Property<System.Int32[]>
ArrayProperty<System.Int32>
IntArrayProperty
Implements
IProperty
Inherited Members
ArrayProperty<Int32>.Length
ArrayProperty<Int32>.Item[Int32]
ArrayProperty<Int32>.Equals(Object)
ArrayProperty<Int32>.GetHashCode()
Property<Int32[]>.value
Property<Int32[]>.Value
Property<Int32[]>.Code()
Property<Int32[]>.Equals(Object)
Property<Int32[]>.GetHashCode()
Property<Int32[]>.ToString()
Property<Int32[]>.Write(BinaryWriter)
Property<Int32[]>.WriteData(BinaryWriter)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.Properties
Assembly: Recolude.Core.dll
Syntax
public class IntArrayProperty : ArrayProperty<int>, IProperty

Constructors

IntArrayProperty(Int32[])

Declaration
public IntArrayProperty(params int[] value)
Parameters
Type Name Description
System.Int32[] value

Methods

Code()

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

WriteData(BinaryWriter)

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

Implements

IProperty
Back to top Generated by DocFX