MetaMethod public class MetaMethod : MetaTypeElement, IEquatable<MetaMethod> Documentation Code public MethodAttributes Attributes { get; } public bool HasTarget { get; } public MethodInfo Method { get; } public MethodInfo MethodOnTarget { get; } public string Name { get; } public bool Proxyable { get; } public bool Standalone { get; } public MetaMethod(MethodInfo method, MethodInfo methodOnTarget, bool standalone, bool proxyable, bool hasTarget) public bool Equals(MetaMethod other)