| Controller | 
[SerializableAttribute] public sealed class RuleSet : IList<ControllerMapEnablerRule>, ICollection<ControllerMapEnablerRule>, IEnumerable<ControllerMapEnablerRule>, IEnumerable
The ControllerMapEnablerRuleSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerMapEnablerRuleSet | Initializes a new instance of the ControllerMapEnablerRuleSet class | |
| ControllerMapEnablerRuleSet(ControllerMapEnablerRuleSet) | Initializes a new instance of the ControllerMapEnablerRuleSet class | 
| Name | Description | |
|---|---|---|
| Count | ||
| enabled | If enabled, the rule set will be evaluated. Otherwise, it will be ignored. | |
| Item | ||
| rules | The Rule list. | |
| tag | The tag. | 
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Find | Finds the first Rule that satisfies the predicate. | |
| FindIndex | Finds the index of the first Rule that satisfies the predicate. | |
| FindLast | Finds the last Rule that satisfies the predicate. | |
| FindLastIndex | Finds the index of the last Rule that satisfies the predicate. | |
| GetEnumerator | ||
| IndexOf | ||
| Insert | ||
| Remove | ||
| RemoveAt |