Table of Contents

Interface IVariable<T>

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Interface for variables

public interface IVariable<T>

Type Parameters

T

Properties

Value

T Value { get; set; }

Property Value

T