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

GetAllLeft() public static méthode

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