Beispiel #1
0
 /// <summary>
 /// Gets the correct instance of the memory class implementing <see cref="IAppender"/> interface.
 /// </summary>
 /// <returns>The correct instance of the memory class implementing <see cref="IAppender"/> interface</returns>
 public IAppender GetMemoryIAppenderInstance()
 {
     return(MemoryAppender.GetInstance());
 }