BadScript 2
Loading...
Searching...
No Matches
Options_With_Guid.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
3using System;
4
6{
7 public class Options_With_Guid
8 {
9 [Option('t', "txid")]
10 public Guid TransactionId { get; set; }
11 }
12}