Model.UIComponent.GetUITypeList C# (CSharp) Method

GetUITypeList() public method

public GetUITypeList ( ) : List
return List
		public List<UIType> GetUITypeList()
		{
			return new List<UIType>(this.uis.Keys);
		}
	}