IHasNamed<T>
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IHasNamed<T>
Properties
Item[String]
View Source
Declaration
T this[string listId] { get; set; }
public interface IHasNamed<T>
T this[string listId] { get; set; }