Table of Contents

Class Property<T>

Namespace
KSP.Api.CoreTypes
Assembly
Assembly-CSharp.dll
public class Property<T> : PropertyReadonly<T>, IPropertyEnumValues, IPropertyWritable<T>, IPropertyWritable, IProperty<T>, IProperty

Type Parameters

T
Inheritance
Property<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

Property(T)

public Property(T initialValue)

Parameters

initialValue T

Property(T, Func<T, T>)

public Property(T initialValue, Func<T, T> validator)

Parameters

initialValue T
validator Func<T, T>