Returns an array of initializer objects corresponding to an input array of method definitions for a specified class derived from System.Web.Services.Protocols.MimeFormatter.
- type
- The Type, derived from System.Web.Services.Protocols.MimeFormatter, for which initializers are obtained.
- methodInfos
- An array of type System.Web.Services.Protocols.LogicalMethodInfo that specifies the Web methods for which the initializers are obtained.
An array of initializer objects corresponding to the input array of method definitions for a specified class derived from System.Web.Services.Protocols.MimeFormatter.
An initializer is an object passed as a parameter to the MimeFormatter.Initialize(object) method.
The static MimeFormatter.GetInitializers(Type, LogicalMethodInfo[]) method causes the invocation of the MimeFormatter.GetInitializer(LogicalMethodInfo) method belonging to the derived class specified by the type parameter.