Sitecore 5.0 API

CodeBuilder.StartMethod Method (String, String, String)

Starts the method.

[Visual Basic]
Overloads Public Sub StartMethod( _
   ByVal name As String, _
   ByVal returnType As String, _
   ByVal modifiers As String _
)
[C#]
public void StartMethod(
   string name,
   string returnType,
   string modifiers
);

Parameters

name
Name.
returnType
Return type.
modifiers
Modifiers.

See Also

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