Struct MethodName
public readonly record struct MethodName : IEquatable<MethodName>
- Implements
- Inherited Members
Constructors
MethodName(TypeName, string)
public MethodName(TypeName Provider, string Method)
Parameters
Properties
FullName
public string FullName { get; }
Property Value
Method
public string Method { get; init; }
Property Value
Provider
public TypeName Provider { get; init; }