コード例 #1
0
		/// <summary>
		/// Removes a state from the current state set.
		/// </summary>
		public bool remove(AccessibleState @state)
		{
			return default(bool);
		}
コード例 #2
0
		/// <summary>
		/// Adds all of the states to the existing state set.
		/// </summary>
		public void addAll(AccessibleState[] @states)
		{
		}
コード例 #3
0
		/// <summary>
		/// Checks if the current state is in the state set.
		/// </summary>
		public bool contains(AccessibleState @state)
		{
			return default(bool);
		}
コード例 #4
0
		/// <summary>
		/// Adds a new state to the current state set if it is not already
		/// present.
		/// </summary>
		public bool add(AccessibleState @state)
		{
			return default(bool);
		}
コード例 #5
0
		/// <summary>
		/// Creates a new state with the initial set of states contained in
		/// the array of states passed in.
		/// </summary>
		public AccessibleStateSet(AccessibleState[] @states)
		{
		}
コード例 #6
0
 /// <summary>
 /// Removes a state from the current state set.
 /// </summary>
 public bool remove(AccessibleState @state)
 {
     return(default(bool));
 }
コード例 #7
0
 /// <summary>
 /// Checks if the current state is in the state set.
 /// </summary>
 public bool contains(AccessibleState @state)
 {
     return(default(bool));
 }
コード例 #8
0
 /// <summary>
 /// Adds a new state to the current state set if it is not already
 /// present.
 /// </summary>
 public bool add(AccessibleState @state)
 {
     return(default(bool));
 }