public readonly struct NormalizationValue : IEquatable<NormalizationValue>
Public Structure NormalizationValue
Implements IEquatable(Of NormalizationValue)
public value class NormalizationValue : IEquatable<NormalizationValue>
[<SealedAttribute>]
type NormalizationValue =
struct
inherit ValueType
interface IEquatable<NormalizationValue>
end
NormalizationValue | Значение в нормализуемом справочнике. |
Value | Строковое значение. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns the fully qualified type name of this instance. (Переопределяет ValueType.ToString()) |
Explicit(String to NormalizationValue) | Возвращает NormalizationValue по строковому значению. |
Implicit(NormalizationValue to String) | Возвращает строковое значение по NormalizationValue. |
Implicit(Nullable<NormalizationValue> to String) | Возвращает строковое значение по NormalizationValue. |