DottedString Structure |
Encapsulates dotted strings such as namespaces and type names, so their
serialization by PortableFormatter can be optimized.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct DottedString : IEquatable<DottedString>
The DottedString type exposes the following members.
Name | Description | |
---|---|---|
DottedString |
Initializes a new DottedString.
|
Name | Description | |
---|---|---|
IsNull |
Determines whether the current DottedString represents a null string.
| |
Value |
Gets the string encapsulated by the current DottedString.
|
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | |
Equals(DottedString) |
Determines whether the currentDottedString is equal to another one.
| |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
Equality |
Operator.
| |
Implicit(String to DottedString) |
Converts a String into a DottedString.
| |
Implicit(DottedString to String) |
Converts a DottedString into a String.
| |
Inequality |
Operator.
|
Name | Description | |
---|---|---|
Null |
Gets an instance of DottedString representing a null string.
|