Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs')
-rw-r--r--mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs b/mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs
index 71b638fd..c21a8222 100644
--- a/mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs
+++ b/mdoc/Mono.Documentation/Updater/EmptyAttributeParserContext.cs
@@ -31,5 +31,10 @@
{
return null;
}
+
+ public bool IsNativeInteger()
+ {
+ return false;
+ }
}
}