Interface IComponent
Base interface for all components.
public interface IComponent : IReferencable
- Inherited Members
- Extension Methods
Properties
Name
Gets the name of this component.
string Name { get; }
Property Value
- string
The name.