Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Interfaces.IHasRegister< in in T > Interface Template Reference

More...

Public Member Functions

void Register (T obj)
 
void Register (T obj, string identifier)
 
void UnRegister (T obj)
 
void UnRegister (T t, string obj)
 

Detailed Description

Template Parameters
T
Type Constraints
T :IRegisterable 

Definition at line 13 of file IHasRegister.cs.

Member Function Documentation

◆ Register() [1/2]

void droid.Runtime.Interfaces.IHasRegister< in in T >.Register ( obj)

Parameters
obj

◆ Register() [2/2]

void droid.Runtime.Interfaces.IHasRegister< in in T >.Register ( obj,
string  identifier 
)

Parameters
obj
identifier

◆ UnRegister() [1/2]

void droid.Runtime.Interfaces.IHasRegister< in in T >.UnRegister ( obj)

◆ UnRegister() [2/2]

void droid.Runtime.Interfaces.IHasRegister< in in T >.UnRegister ( t,
string  obj 
)

The documentation for this interface was generated from the following file: