Interface IMayHaveCreator<TCreator>
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IMayHaveCreator<TCreator>
Type Parameters
| Name | Description |
|---|---|
| TCreator |
Properties
| Improve this Doc View SourceCreator
Reference to the creator.
Declaration
TCreator Creator { get; set; }
Property Value
| Type | Description |
|---|---|
| TCreator |