Class SignatureName

SignatureName class

Represents a class for a signature name.

public sealed class SignatureName

Properties

NameDescription
HasSignature { get; }Indicates whether the signature is present or not.

Methods

NameDescription
override Equals(object)Determines whether this instance and a specified object are equal.
override GetHashCode()Returns a hash code for this instance based on the FullName property.
override ToString()Returns a string representation of the SignatureName instance, primarily using its name.

Fields

NameDescription
readonly FullNameGets the full name of the signature, providing a unique and precise identifier for the signature field.
readonly NameGets the name of a signature.

Remarks

Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.

See Also