'宣言 Public Class RuleCollection Inherits System.ComponentModel.BindingList(Of IRule) Implements IRuleCollection
public class RuleCollection : System.ComponentModel.BindingList<IRule>, IRuleCollection
'宣言 Public Class RuleCollection Inherits System.ComponentModel.BindingList(Of IRule) Implements IRuleCollection
public class RuleCollection : System.ComponentModel.BindingList<IRule>, IRuleCollection
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
C1.Win.RulesManager.Model.RuleCollection