GeoJsonObjectSerializerHelperTCoordinatesDeserializeBaseMember Method  | 
 
            Deserializes a base member.
            
 
    Namespace: 
   MongoDB.Driver.GeoJsonObjectModel.Serializers
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic void DeserializeBaseMember(
	BsonDeserializationContext context,
	string elementName,
	long flag,
	GeoJsonObjectArgs<TCoordinates> args
)
Public Sub DeserializeBaseMember ( 
	context As BsonDeserializationContext,
	elementName As String,
	flag As Long,
	args As GeoJsonObjectArgs(Of TCoordinates)
)
member DeserializeBaseMember : 
        context : BsonDeserializationContext * 
        elementName : string * 
        flag : int64 * 
        args : GeoJsonObjectArgs<'TCoordinates> -> unit 
Parameters
- context
 - Type: MongoDB.Bson.SerializationBsonDeserializationContext
The context. - elementName
 - Type: SystemString
The element name. - flag
 - Type: SystemInt64
The flag. - args
 - Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonObjectArgsTCoordinates
The arguments. 
See Also