Table of Contents

Struct MethodName

Namespace
The.Model.Features
Assembly
Instagile.Model.dll
public readonly record struct MethodName : IEquatable<MethodName>
Implements
Inherited Members

Constructors

MethodName(TypeName, string)

public MethodName(TypeName Provider, string Method)

Parameters

Provider TypeName
Method string

Properties

FullName

public string FullName { get; }

Property Value

string

Method

public string Method { get; init; }

Property Value

string

Provider

public TypeName Provider { get; init; }

Property Value

TypeName