CodeVariableReference(Type, String) Constructor

Definition

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

Applies to