Click or drag to resize
GCValueconstruct Method (String, String, String, GCValueValueType)

[Missing <summary> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static GCValue construct(
	string name,
	string displayName,
	string displayNameRef,
	GCValueValueType type
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

displayName
Type: SystemString

[Missing <param name="displayName"/> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

displayNameRef
Type: SystemString

[Missing <param name="displayNameRef"/> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

type
Type: DXMLBase.GcvGCValueValueType

[Missing <param name="type"/> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

Return Value

Type: GCValue

[Missing <returns> documentation for "M:DXMLBase.Gcv.GCValue.construct(System.String,System.String,System.String,DXMLBase.Gcv.GCValue.ValueType)"]

See Also