Table of Contents

Interface IArgumentMetadataParsed

Namespace
MASES.CLIParser
Assembly
MASES.CLIParser.dll

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

bool

IsFile

True if the argument was found and identifies a file

bool IsFile { get; }

Property Value

bool

Value

The value found during the parse

object Value { get; }

Property Value

object

Methods

Override(IArgumentMetadataParsed)

Overrides with values in src

bool Override(IArgumentMetadataParsed src)

Parameters

src IArgumentMetadataParsed

The source IArgumentMetadataParsed

Returns

bool

True if override happened