Click or drag to resize

IDictionarySourceT Interface

[Missing <summary> documentation for "T:Livit.Learn.Model.Interfaces.IDictionarySource`1"]

Namespace:  Livit.Learn.Model.Interfaces
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public interface IDictionarySource<T>
where T : IBaseModel

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Livit.Learn.Model.Interfaces.IDictionarySource`1"]

The IDictionarySourceT type exposes the following members.

Methods
  NameDescription
Public methodGetKeys
Public methodGetValues
Top
See Also