Enum InitializationParameterCollection.GetValueOption
Represents the option used in the method GetValueOrThrow(string, GetValueOption).
public enum InitializationParameterCollection.GetValueOption
Fields
NotNull = 0The method should throw if the value is not present in the collection, but allow empty values.
NotNullOrEmpty = 1The method should throw if the value is not present in the collection or has an empty value.
NotNullOrWhiteSpace = 2The method should throw if the value is not present in the collection, has an empty value or consists of whitespaces (spaces, tabs, etc.).
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語