Table of Contents

Interface IValuePerSite<T>

Namespace
Tol
Assembly
Tol.dll

Value interface with support for site-specific values.

public interface IValuePerSite<T>

Type Parameters

T

Value type.

Properties

Value

Sets the value, for all sites.

T Value { set; }

Property Value

T

ValuePerSite

Sets the value associated with each site.

Site<T> ValuePerSite { set; }

Property Value

Site<T>