Sitecore 5.0 API

CodeBuilder.StartClass Method (String, String, String)

Starts the class.

[Visual Basic]
Overloads Public Sub StartClass( _
   ByVal name As String, _
   ByVal inherits As String, _
   ByVal scope As String _
)
[C#]
public void StartClass(
   string name,
   string inherits,
   string scope
);

Parameters

name
Name.
inherits
Inherits.
scope
Scope.

See Also

CodeBuilder Class | Sitecore.CodeDom Namespace | CodeBuilder.StartClass Overload List