Struct DisplayName
- Namespace
- FriedSynapse.FlowEnt
[Serializable]
public struct DisplayName
- Inherited Members
- Extension Methods
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
implicit operator string(DisplayName)
public static implicit operator string(DisplayName displayName)
Parameters
displayNameDisplayName
Returns
implicit operator DisplayName(string)
public static implicit operator DisplayName(string name)
Parameters
namestring