[mdoc] Integrate api-doc-tools version
[mono.git] / mcs / tools / mdoc / cecil.mixin.cs
1 namespace Mono.Cecil
2 {
3         static partial class Mixin {
4
5                 public static bool IsTypeSpecification (this TypeReference type)
6                 {
7                         return type is GenericParameter || type is TypeSpecification;
8                 }
9         }
10 }