Interface IGetValueOutcome
Marker interface for types returned from TryGetValue<T>(String, String, CultureInfo) implementations: GetValueOutcome.NotFound, GetValueOutcome.NotSupported, GetValueOutcome.ParseError, and GetValueOutcome.Succeeded.
Typical usage is to call TryGetValue and switch on the type of the returned instance.
Namespace: actionETL.Configuration
Assembly: actionETL.dll
Syntax
public interface IGetValueOutcome