Table of Contents

Class OverrideProperty<T>

Namespace
Fr4z.CircularArrayUi
Assembly
Fr4z.CircularArray.dll

Class used by CircularArrayContentOverride to override a CircularArray child animated property

[Serializable]
public class OverrideProperty<T>

Type Parameters

T

The type of the property to override

Inheritance
OverrideProperty<T>
Inherited Members

Constructors

OverrideProperty()

public OverrideProperty()

OverrideProperty(bool, T)

public OverrideProperty(bool overrideProperty, T property)

Parameters

overrideProperty bool
property T

Fields

overrideProperty

public bool overrideProperty

Field Value

bool

property

public T property

Field Value

T