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

GetAllLeft() public static method

public static GetAllLeft ( this self ) : AgentButton[]
self this
return AgentButton[]
		public static AgentButton[] GetAllLeft (this AgentButton self)
		{
			return new[] {
				             AgentButton.TopLeft,
				             AgentButton.BottomLeft,
			             };
		}