This documentation is archived and is not being maintained.
ProtocolImporter.BeginClass Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected MustOverride Function BeginClass() As CodeTypeDeclaration [C#] protected abstract CodeTypeDeclaration BeginClass(); [C++] protected: virtual CodeTypeDeclaration* BeginClass() = 0; [JScript] protected abstract function BeginClass() : CodeTypeDeclaration;
See Also
ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace
Show: