Show / Hide Table of Contents

Class StringArrayProperty

Inheritance
System.Object
Property<System.String[]>
ArrayProperty<System.String>
StringArrayProperty
Implements
IProperty
Inherited Members
ArrayProperty<String>.Length
ArrayProperty<String>.Item[Int32]
ArrayProperty<String>.Equals(Object)
ArrayProperty<String>.GetHashCode()
Property<String[]>.value
Property<String[]>.Value
Property<String[]>.Code()
Property<String[]>.Equals(Object)
Property<String[]>.GetHashCode()
Property<String[]>.ToString()
Property<String[]>.Write(BinaryWriter)
Property<String[]>.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 StringArrayProperty : ArrayProperty<string>, IProperty

Constructors

StringArrayProperty(String[])

Declaration
public StringArrayProperty(params string[] value)
Parameters
Type Name Description
System.String[] value

Methods

Code()

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

WriteData(BinaryWriter)

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

Implements

IProperty
Back to top Generated by DocFX