NestedDataSourceFormatter(T) Class

System.Data.Generic

NestedDataSourceFormatterT Class

[Missing <summary> documentation for "T:System.Data.Generic.Serialization.Formatters.NestedDataSourceFormatter`1"]

Inheritance Hierarchy
SystemObject  System.Data.Generic.Serialization.FormattersNestedDataSourceFormatterT

Namespace: System.Data.Generic.Serialization.Formatters
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public sealed class NestedDataSourceFormatter<T>
Public NotInheritable Class NestedDataSourceFormatter(Of T)
generic<typename T>
public ref class NestedDataSourceFormatter sealed
[<SealedAttribute>]
type NestedDataSourceFormatter<'T> =  class end

Type Parameters

T

The NestedDataSourceFormatterT type exposes the following members.

Constructors
  NameDescription
Public methodNestedDataSourceFormatterT
Initializes a new instance of the NestedDataSourceFormatterT class
Top
Methods
  NameDescription
Public methodDeserializeNested
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodj
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks