RuleEngineDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class RuleEngineDictionary abstract : ICloneable, System::Collections::IDictionary
[System.Serializable]
public abstract class RuleEngineDictionary : ICloneable, System.Collections.IDictionary
type RuleEngineDictionary = class
interface IDictionary
interface ICollection
interface IEnumerable
interface ICloneable
Public MustInherit Class RuleEngineDictionary
Implements ICloneable, IDictionary
- Inheritance
-
RuleEngineDictionary
- Derived
- Attributes
- Implements
Properties
Count | |
DictionaryItemType | |
DictionaryKeyType | |
IsFixedSize | |
IsReadOnly | |
IsSynchronized | |
Item[Object] | |
Keys | |
SyncRoot | |
Values |
Methods
Add(Object, Object) | |
Clear() | |
Clone() | |
Contains(Object) | |
CopyTo(Array, Int32) | |
GetEnumerator() | |
Remove(Object) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |