KernelConfigurationKeyCollectionItem Property (Int32) |
序列号索引
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic KernelConfigurationKey this[
int index
] { get; set; }
public:
property KernelConfigurationKey^ default[int index] {
KernelConfigurationKey^ get (int index);
void set (int index, KernelConfigurationKey^ value);
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
KernelConfigurationKey
See Also