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

GetAllRight() public static method

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