Gets the ProcessorConfig at the specified index.
Namespace: KerbalData.ConfigurationAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ProcessorConfig this[ int index ] { get; }
Parameters
- index
- Type:
System Int32
The index of the ProcessorConfig to retrieve.
See Also