Fork me on GitHubEpicdominant domains

Register Method (entity)
Register in the map the specified entity.

Assembly: Epic.Prelude

Declaration Syntax
C#
void Register(
	TEntity entity
)
Parameters
entity (TEntity)
Entity to register.
Exceptions
ExceptionCondition
ArgumentNullExceptionentity is nullNothingnullptr.
ArgumentExceptionentity has already been registered.
blog comments powered by Disqus