[To be supplied.]
Constructs a local variable statement. This represents the declaration of a variable inside of a method.
[Visual Basic] Overloads Function CreateLocalVariableStatement(ICodeClass, Integer, String, Object) As ICodeLocalVariableStatement
[C#] ICodeLocalVariableStatement CreateLocalVariableStatement(ICodeClass, int, String, Object);
[C++] ICodeLocalVariableStatement* CreateLocalVariableStatement(ICodeClass*, int, String, Object) = 0;
[JScript] function CreateLocalVariableStatement(ICodeClass, int, String, Object) : ICodeLocalVariableStatement;
Constructs a local variable statement. This represents the declaration of a variable inside of a method.
[Visual Basic] Overloads Function CreateLocalVariableStatement(ICodeClass, String, Object) As ICodeLocalVariableStatement
[C#] ICodeLocalVariableStatement CreateLocalVariableStatement(ICodeClass, String, Object);
[C++] ICodeLocalVariableStatement* CreateLocalVariableStatement(ICodeClass*, String, Object) = 0;
[JScript] function CreateLocalVariableStatement(ICodeClass, String, Object) : ICodeLocalVariableStatement;
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace