Click or drag to resize
KernelConfigurationKeyCollection Class
关键字配置集合
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    X3Platform.ConfigurationKernelConfigurationKeyCollection

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class KernelConfigurationKeyCollection : CollectionBase

The KernelConfigurationKeyCollection type exposes the following members.

Constructors
  NameDescription
Public methodKernelConfigurationKeyCollection
Initializes a new instance of the KernelConfigurationKeyCollection class
Top
Methods
  NameDescription
Public methodAdd
添加关键字
Public methodClear (Inherited from CollectionBase.)
Public methodContainsKey
检测关键字
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
移除关键字
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString (Inherited from Object.)
Top
Properties
See Also