Interface IArgumentMetadataParsed
Result of the argument analysis after the parse
public interface IArgumentMetadataParsed : IArgumentMetadata
- Inherited Members
- Extension Methods
Properties
Exist
True if the argument was found during parse
bool Exist { get; }
Property Value
IsFile
True if the argument was found and identifies a file
bool IsFile { get; }
Property Value
Value
The value found during the parse
object Value { get; }
Property Value
Methods
Override(IArgumentMetadataParsed)
Overrides with values in src
bool Override(IArgumentMetadataParsed src)
Parameters
src
IArgumentMetadataParsedThe source IArgumentMetadataParsed
Returns
- bool
True if override happened