BaseEffectiveData<TLocalData,TEffectiveData>

BaseEffectiveData<TLocalData,TEffectiveData> class

Immutable base effective data container.

public abstract class BaseEffectiveData<TLocalData, TEffectiveData>
    where TEffectiveData : BaseEffectiveData
ParameterTypeDescription
TLocalDataType of local data.
TEffectiveDataType of effective data.

Public Members

NameDescription
Equals(…)Determines whether the specified System.Object is equal to the current object.
GetHashCode()Serves as a hash function for a particular type.

See Also