GCValueconstructGCVRef Method (String) |
[Missing <summary> documentation for "M:DXMLBase.Gcv.GCValue.constructGCVRef(System.String)"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static GCValue constructGCVRef(
string name
)
Public Shared Function constructGCVRef (
name As String
) As GCValue
public:
static GCValue^ constructGCVRef(
String^ name
)
static member constructGCVRef :
name : string -> GCValue
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:DXMLBase.Gcv.GCValue.constructGCVRef(System.String)"]
Return Value
Type:
GCValue[Missing <returns> documentation for "M:DXMLBase.Gcv.GCValue.constructGCVRef(System.String)"]
See Also