Interface IHasName
Provides a name for an object.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IHasName
Properties
| Edit this page View SourceName
Gets the name of this object.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |