Interface INameProvider
- Namespace
- AsmResolver.DotNet
- Assembly
- AsmResolver.DotNet.dll
Represents an object that has a name.
public interface INameProvider
Properties
Name
Gets the name of the object.
string? Name { get; }
Represents an object that has a name.
public interface INameProvider
Gets the name of the object.
string? Name { get; }