提交 a4a19618 编写于 作者: S Sam Harwell

Document reflection load pattern in derived types

上级 2ccd3022
......@@ -10,6 +10,7 @@ internal class CSharpFormattingAnalyzer : AbstractFormattingAnalyzer
{
protected override Type GetAnalyzerImplType()
{
// Explained at the call site in the base class
return typeof(CSharpFormattingAnalyzerImpl);
}
}
......
......@@ -8,6 +8,7 @@ Namespace Microsoft.CodeAnalysis.CodeStyle
Inherits AbstractFormattingAnalyzer
Protected Overrides Function GetAnalyzerImplType() As Type
' Explained at the call site in the base class
Return GetType(VisualBasicFormattingAnalyzerImpl)
End Function
End Class
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册