BadScript 2
Loading...
Searching...
No Matches
NullInstance.cs
Go to the documentation of this file.
1// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3namespace CommandLine
4{
8 public sealed class NullInstance
9 {
10 internal NullInstance() { }
11 }
12}
Models a null result when constructing a ParserResult<T> in a faling verbs scenario.