CodeVariableReference(Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CodeVariableReference(Type ^ type, System::String ^ name);
public CodeVariableReference (Type type, string name);
new Mono.CodeGeneration.CodeVariableReference : Type * string -> Mono.CodeGeneration.CodeVariableReference
Public Sub New (type As Type, name As String)
Parameters
- type
- Type
- name
- String