SampleClass.ProcessText Method

Sandcastle XML Comments

Sandcastle XML Comments GuideSampleClassProcessText Method
This method processes text

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void ProcessText(
	string text
)
Public Sub ProcessText ( 
	text As String
)
public:
void ProcessText(
	String^ text
)
member ProcessText : 
        text : string -> unit 

Parameters

text
Type: SystemString
The text to process
Exceptions
ExceptionCondition
ArgumentNullExceptionThis is thrown if the text parameter is null.
ArgumentExceptionThis is thrown if the text parameter is an empty string.
InvalidOperationExceptionThis is thrown because the method is not currently implemented.
See Also