'宣言 Public Overloads Function GetAnnotations( _ ByVal annotationType As Type _ ) As IEnumerable(Of SyntaxAnnotation)
public IEnumerable<SyntaxAnnotation> GetAnnotations( Type annotationType )
例外 | 解説 |
---|---|
System.ArgumentNullException | annotationType が null の場合に発生します。 |