ParseArgumentsResultUnusedArguments Property

This read-only property returns a collection of the unused arguments

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ReadOnlyCollection<string> UnusedArguments { get; }

Property Value

ReadOnlyCollectionString

See Also