Method GetObjectData

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Misc

Assembly

MongoDB.Driver.dll

GetObjectData(EndPoint)

Gets the object data required to serialize an end point.

public static List<object> GetObjectData(EndPoint value)

Parameters

value EndPoint

The end point.

Returns

List<object>

The object data.