Click or drag to resize

AppEnvReaderRegisterStringValueGetterAt method

Inserts stringValueGetter at the passed index into the list.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public void RegisterStringValueGetterAt(
	
	IGetStringValue stringValueGetter,
	
	int index
)

Parameters

stringValueGetter  IGetStringValue
The IGetStringValue instance to be inserted.
index  Int32
The index (0-based) at which to insert.
See also