VocabularyDictionary Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class VocabularyDictionary sealed : Microsoft::RuleEngine::RuleEngineDictionary
[System.Serializable]
public sealed class VocabularyDictionary : Microsoft.RuleEngine.RuleEngineDictionary
type VocabularyDictionary = class
inherit RuleEngineDictionary
Public NotInheritable Class VocabularyDictionary
Inherits RuleEngineDictionary
- Herencia
- Atributos
Constructores
VocabularyDictionary() |
Propiedades
Count | (Heredado de RuleEngineDictionary) |
DictionaryItemType | (Heredado de RuleEngineDictionary) |
DictionaryKeyType | (Heredado de RuleEngineDictionary) |
IsFixedSize | (Heredado de RuleEngineDictionary) |
IsReadOnly | (Heredado de RuleEngineDictionary) |
IsSynchronized | (Heredado de RuleEngineDictionary) |
Item[Object] | (Heredado de RuleEngineDictionary) |
Item[String] | |
Item[VocabularyInfo] | |
Keys | (Heredado de RuleEngineDictionary) |
SyncRoot | (Heredado de RuleEngineDictionary) |
Values | (Heredado de RuleEngineDictionary) |
Métodos
Add(Object, Object) | (Heredado de RuleEngineDictionary) |
Add(Vocabulary) | |
Clear() | (Heredado de RuleEngineDictionary) |
Clone() | |
Contains(Object) | (Heredado de RuleEngineDictionary) |
Contains(String) | |
Contains(Vocabulary) | |
Contains(VocabularyInfo) | |
CopyTo(Array, Int32) | (Heredado de RuleEngineDictionary) |
CopyTo(Vocabulary[], Int32) | |
GetEnumerator() | (Heredado de RuleEngineDictionary) |
Remove(Object) | (Heredado de RuleEngineDictionary) |
Remove(String) | |
Remove(Vocabulary) | |
Remove(VocabularyInfo) |
Implementaciones de interfaz explícitas
IEnumerable.GetEnumerator() | (Heredado de RuleEngineDictionary) |