Interface IReadOnlyModifierList<T>
Namespace: MackySoft.Modiferty
Assembly: cs.temp.dll.dll
Syntax
public interface IReadOnlyModifierList<T> : IReadOnlyList<IModifier<T>>Type Parameters
| Name | Description | 
|---|---|
| T | 
Methods
Evaluate(T)
Evaluate the value.
Declaration
T Evaluate(T value)Parameters
| Type | Name | Description | 
|---|---|---|
| T | value | Value to be modified. | 
Returns
| Type | Description | 
|---|---|
| T |