BaseEffectiveData<TLocalData,TEffectiveData>
BaseEffectiveData<TLocalData,TEffectiveData> class
Immutable base effective data container.
public abstract class BaseEffectiveData<TLocalData, TEffectiveData>
where TEffectiveData : BaseEffectiveData
Parameter |
Type |
Description |
TLocalData |
|
Type of local data. |
TEffectiveData |
|
Type of effective data. |
Public Members
Name |
Description |
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