[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TemplateArg(
string name,
BSONElementType btype,
Object value
)
public TemplateArg(
string name,
BSONElementType btype,
Object value
)
Public Sub New (
name As String,
btype As BSONElementType,
value As Object
)
Public Sub New (
name As String,
btype As BSONElementType,
value As Object
)
public:
TemplateArg(
String^ name,
BSONElementType btype,
Object^ value
)
public:
TemplateArg(
String^ name,
BSONElementType btype,
Object^ value
)
new :
name : string *
btype : BSONElementType *
value : Object -> TemplateArg
new :
name : string *
btype : BSONElementType *
value : Object -> TemplateArg