AGENT.Contrib.Hardware.AgentButtonExtensions.GetAllRight C# (CSharp) Méthode

GetAllRight() public static méthode

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