ArgumentCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
public ref class ArgumentCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class ArgumentCollection : Microsoft.RuleEngine.RuleEngineCollection
type ArgumentCollection = class
inherit RuleEngineCollection
Public NotInheritable Class ArgumentCollection
Inherits RuleEngineCollection
- Warisan
- Atribut
Konstruktor
| ArgumentCollection() | |
| ArgumentCollection(ICollection) |
Properti
| Count | (Diperoleh dari RuleEngineCollection) |
| IsFixedSize | (Diperoleh dari RuleEngineCollection) |
| IsReadOnly | (Diperoleh dari RuleEngineCollection) |
| IsSynchronized | (Diperoleh dari RuleEngineCollection) |
| Item[Int32] | |
| ItemType | (Diperoleh dari RuleEngineCollection) |
| SyncRoot | (Diperoleh dari RuleEngineCollection) |
Metode
| Add(Object) | (Diperoleh dari RuleEngineCollection) |
| Add(Term) | |
| AddRange(ICollection) | |
| Clear() | (Diperoleh dari RuleEngineCollection) |
| Clone() | |
| Contains(Object) | (Diperoleh dari RuleEngineCollection) |
| Contains(Term) | |
| CopyTo(Array, Int32) | |
| CopyTo(Term[], Int32) | |
| GetEnumerator() | (Diperoleh dari RuleEngineCollection) |
| IndexOf(Object) | (Diperoleh dari RuleEngineCollection) |
| IndexOf(Term) | |
| Insert(Int32, Object) | (Diperoleh dari RuleEngineCollection) |
| Insert(Int32, Term) | |
| Remove(Object) | (Diperoleh dari RuleEngineCollection) |
| Remove(Term) | |
| RemoveAt(Int32) | (Diperoleh dari RuleEngineCollection) |