|
![]() |
The RuleCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RuleCollection |
Create an empty collection
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds item to the end of the collection.
|
![]() |
AddRange |
Add the items of the specified collection to the SavedItemCollection
|
![]() |
Clear |
Removes all items from the collection
|
![]() |
Contains |
Determines whether the SavedItemCollection contains a specific value.
|
![]() |
CopyFrom |
Sets the contents of the collection to the items in from
|
![]() |
CopyTo(ICollection<(Of <<'(Rule>)>>)) |
Enumerates over the collection and copies the items into to
|
![]() |
CopyTo(array<Rule>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
CreateCopy |
Creates a deep copy of the collection.
|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() |
GetHashCode | (Inherited from NativeHandle.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Determines the index of a specific item in the Collection
|
![]() |
Insert |
Inserts item into the collection at the specified index
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MergeInContents |
Maintains existing list as far as possible while
making sure that same rules exist as in source, with
rules not in source disabled.
|
![]() |
Remove |
Removes the first occurrence of a specific item from the collection.
|
![]() |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
![]() |
ToString | (Inherited from NativeHandle.) |
![]() |
ValueEquals(RuleCollection) |
Performs comparison 'By Value'
|
![]() ![]() |
ValueEquals(RuleCollection, RuleCollection) |
Compares the two references 'By Value'
|
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the collection.
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Item |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList..::..Add |
Adds an item to the IList.
|
![]() ![]() |
ICollection<(Of <<'(Rule>)>>)..::..IsReadOnly |
Gets a value indicating whether the object is read-only.
|
![]() ![]() |
IList..::..Contains |
Determines whether the IList contains a specific value.
|
![]() ![]() |
ICollection..::..CopyTo | |
![]() ![]() |
IList..::..Item |
Gets or sets the element at the specified index.
|
![]() ![]() |
IList..::..IndexOf |
Determines the index of a specific item in the IList.
|
![]() ![]() |
IList..::..Insert |
Inserts an item to the IList at the specified index.
|
![]() ![]() |
IEnumerable..::..GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() ![]() |
IList..::..IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
|
![]() ![]() |
ICollection..::..IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
|
![]() ![]() |
IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
|
![]() ![]() |
ICollection..::..SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|