FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

P_CommandLine_NotParsed_1_Errors · commandlineparser/commandline Wiki · GitHub

P_CommandLine_NotParsed_1_Errors · commandlineparser/commandline Wiki · GitHub
Skip to content

Navigation Menu

P_CommandLine_NotParsed_1_Errors

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

NotParsed(T).Errors Property

Gets the sequence of parsing errors.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public IEnumerable<Error> Errors { get; }

VB

Public ReadOnly Property Errors As IEnumerable(Of Error)
	Get

C++

public:
property IEnumerable<Error^>^ Errors {
	IEnumerable<Error^>^ get ();
}

F#

member Errors : IEnumerable<Error> with get

Property Value

Type: IEnumerable(Error)

See Also

Reference

NotParsed(T) Class
CommandLine Namespace

Wiki pages Pages 1,025

Clone this wiki locally

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL