9using System.Collections.Generic;
32 public string Name {
get;
private set; }
38 public override bool Equals(
object obj)
42 return Name == other.Name;
52 return Name.GetHashCode();
Maintains metadata about a method.
string Name
Gets the member name value.
MethodInfo(string name)
Creates an instance of the type.
override bool Equals(object obj)
Determines the equality of two objects.
override int GetHashCode()
Gets the hash code of this object.