ParseArgumentsResultUnusedArguments Property
This read-only property returns a collection of the unused arguments
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ReadOnlyCollection<string> UnusedArguments { get; }
Public ReadOnly Property UnusedArguments As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ UnusedArguments {
ReadOnlyCollection<String^>^ get ();
}
member UnusedArguments : ReadOnlyCollection<string> with get
Property Value
ReadOnlyCollectionString