RuleEngineCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class RuleEngineCollection abstract : ICloneable, System::Collections::IList
[System.Serializable]
public abstract class RuleEngineCollection : ICloneable, System.Collections.IList
type RuleEngineCollection = class
interface IList
interface ICollection
interface IEnumerable
interface ICloneable
Public MustInherit Class RuleEngineCollection
Implements ICloneable, IList
- 繼承
-
RuleEngineCollection
- 衍生
- 屬性
- 實作
屬性
| Count | |
| IsFixedSize | |
| IsReadOnly | |
| IsSynchronized | |
| Item[Int32] | |
| ItemType | |
| SyncRoot |
方法
| Add(Object) | |
| Clear() | |
| Clone() | |
| Contains(Object) | |
| CopyTo(Array, Int32) | |
| GetEnumerator() | |
| IndexOf(Object) | |
| Insert(Int32, Object) | |
| Remove(Object) | |
| RemoveAt(Int32) |