AssemblyIdentityMaximumMatchValue Field |
[This is preliminary documentation and is subject to change.]
The highest possible value returned by
Match(Assembly), meaning that name, version, culture and public key token are a match.
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic const int MaximumMatchValue = 15
Public Const MaximumMatchValue As Integer = 15
View SourceField Value
Type:
Int32
See Also