AGENT.Contrib.Hardware.AgentButtonExtensions.GetAllRight C# (CSharp) 메소드

GetAllRight() 공개 정적인 메소드

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