RuleEngineDictionary 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 繼承
-
RuleEngineDictionary
- 衍生
- 屬性
- 實作
屬性
| Count | |
| DictionaryItemType | |
| DictionaryKeyType | |
| IsFixedSize | |
| IsReadOnly | |
| IsSynchronized | |
| Item[Object] | |
| Keys | |
| SyncRoot | |
| Values |
方法
| Add(Object, Object) | |
| Clear() | |
| Clone() | |
| Contains(Object) | |
| CopyTo(Array, Int32) | |
| GetEnumerator() | |
| Remove(Object) |
明確介面實作
| IEnumerable.GetEnumerator() |