[This is preliminary documentation and is subject to change.]
Writes the start of a constructor with the given name.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void WriteStartConstructor( string name ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub WriteStartConstructor ( _ name As String _ ) |
Visual C++ |
---|
public: virtual void WriteStartConstructor( String^ name ) |
Parameters
- name
- Type: System..::.String
The name of the constructor.