BadScript 2
Loading...
Searching...
No Matches
IntrospectionExtensions.cs
Go to the documentation of this file.
1#if NET40
2using System;
3
4namespace CommandLine
5{
6 internal static class IntrospectionExtensions
7 {
8 public static Type GetTypeInfo(this Type type)
9 {
10 return type;
11 }
12 }
13}
14#endif