Interface IDropdownList
Inherited Members
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: NaughtyAttributes
Assembly: NaughtyAttributes.Core.dll
Syntax
public interface IDropdownList : IEnumerable<KeyValuePair<string, object>>, IEnumerable