In This Article

DotNetCodeBlockFinderBase Class

Provides an abstract base class for a .NET language code block finder service.

public abstract class DotNetCodeBlockFinderBase : LLParseDataCodeBlockFinder, ICodeBlockFinder
Inheritance:
object LLParseDataCodeBlockFinder object
Derived:
CSharpCodeBlockFinder VBCodeBlockFinder
Implements:
ICodeBlockFinder

Constructors

DotNetCodeBlockFinderBase()

Initializes a new instance of the DotNetCodeBlockFinderBase class.

protected DotNetCodeBlockFinderBase()

Inherited Members