C# Class Nelibur.ServiceModel.Serializers.ObjectCreator

Mostrar archivo Open project: Nelibur/Nelibur Class Usage Examples

Public Methods

Method Description
Create ( NameValueCollection collection ) : object
ObjectCreator ( Type type ) : System

Method Details

Create() public method

public Create ( NameValueCollection collection ) : object
collection System.Collections.Specialized.NameValueCollection
return object

ObjectCreator() public method

public ObjectCreator ( Type type ) : System
type System.Type
return System