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

GetAll() 공개 정적인 메소드

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