RuleEngineDictionary Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Herança
-
RuleEngineDictionary
- Derivado
- Atributos
- Implementações
Propriedades
| Count | |
| DictionaryItemType | |
| DictionaryKeyType | |
| IsFixedSize | |
| IsReadOnly | |
| IsSynchronized | |
| Item[Object] | |
| Keys | |
| SyncRoot | |
| Values |
Métodos
| Add(Object, Object) | |
| Clear() | |
| Clone() | |
| Contains(Object) | |
| CopyTo(Array, Int32) | |
| GetEnumerator() | |
| Remove(Object) |
Implantações explícitas de interface
| IEnumerable.GetEnumerator() |