Class DottedString
Encapsulates dotted strings such as namespaces and type names, so their serialization by PortableFormatter can be optimized.
Implements
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public sealed class DottedString : ValueType
Constructors
Name | Description |
---|---|
DottedString(String) | Initializes a new DottedString. |
Fields
Name | Description |
---|---|
Null | Gets an instance of DottedString representing a |
Properties
Name | Description |
---|---|
IsNull | Determines whether the current DottedString represents a |
Value | Gets the string encapsulated by the current DottedString. |
Methods
Name | Description |
---|---|
Equals(DottedString) | Determines whether the currentDottedString is equal to another one. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
ToString() | Returns the fully qualified type name of this instance. |
Operators
Name | Description |
---|---|
Equality(DottedString, DottedString) | Operator. |
Implicit(DottedString to String) | Converts a DottedString into a String. |
Implicit(String to DottedString) | Converts a String into a DottedString. |
Inequality(DottedString, DottedString) | Operator. |