Table of Contents

Interface ICValue<T>

Namespace
ReFuel.CVarScript
Assembly
ReFuel.dll

Dummy interface so that CVar<T> and CValue<T> can coexist.

public interface ICValue<T>

Type Parameters

T

Properties

Value

T Value { get; }

Property Value

T