.NET Portable TypeCast
3.1.0.4
A, easy-to-use tested, generic, portable, runtime-extensible, arbitrary type converter library
Main Page
Packages
Classes
Files
File List
TypeMatch.cs
Go to the documentation of this file.
1
// <copyright file=mitlicense.md url=http://lsauer.mit-license.org/ >
2
// Lo Sauer, 2013-2016
3
// </copyright>
4
// <summary> A tested, generic, portable, runtime-extensible type converter library </summary
5
// <language> C# > 6.0 </language>
6
// <version> 3.1.0.2 </version>
7
// <author> Lorenz Lo Sauer; people credited in the sources </author>
8
// <project> https://github.com/lsauer/dotnet-portable-type-cast </project>
9
namespace
Core
.Extensions
10
{
11
using
System
;
12
17
public
enum
TypeMatch
: sbyte
18
{
22
[Description(
"Unknown or no relationship between the types"
)]
23
None,
24
28
[Description(
"Identical or same relationship between the types"
)]
29
Same
,
30
34
[Description(
"Similar or same base relationship between the types"
)]
35
Similar
,
36
}
37
}
Core.Extensions.TypeMatch
TypeMatch
An enumerating of values containing a rough 2bit classification of relationship between two types ...
Definition:
TypeMatch.cs:17
System
Core.Extensions.TypeMatch.Similar
Similar or same base relationship between the types
Core.Extensions.TypeMatch.Same
Identical or same relationship between the types
Core
TypeCast
Enum
TypeMatch.cs
Generated by
1.8.11