AGENT.Contrib.Hardware.AgentButtonExtensions.GetAll C# (CSharp) Method

GetAll() public static method

public static GetAll ( this self ) : AgentButton[]
self this
return AgentButton[]
		public static AgentButton[] GetAll (this AgentButton self)
		{
			return new[] {
				             AgentButton.TopLeft,
				             AgentButton.BottomLeft,
				             AgentButton.TopRight,
				             AgentButton.MiddleRight,
				             AgentButton.BottomRight,
			             };
		}