BadScript 2
Loading...
Searching...
No Matches
IntrospectionExtensions.cs
Go to the documentation of this file.
1
#if NET40
2
using
System;
3
4
namespace
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
CommandLine
Definition
BaseAttribute.cs:8
deps
commandlineparser
src
CommandLine
IntrospectionExtensions.cs
Generated by
1.9.8