WCF-Xtensions Class Reference for Mono
Create Method (CustomCreationConverter<T>)






Type of the object.
Creates an object which will then be populated by the serializer.
Syntax
'Declaration
 
Public MustOverride Function Create( _
   ByVal objectType As System.Type _
) As T
'Usage
 
Dim instance As CustomCreationConverter(Of T)
Dim objectType As System.Type
Dim value As T
 
value = instance.Create(objectType)
public abstract T Create( 
   System.Type objectType
)
public function Create( 
    objectType: System.Type
): T; abstract; 
public __abstract function Create( 
   objectType : System.Type
) : T;
public: abstract T* Create( 
   System.Type* objectType
) 
public:
abstract T^ Create( 
   System.Type^ objectType
) 

Parameters

objectType
Type of the object.

Return Value

The created object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomCreationConverter<T> Class
CustomCreationConverter<T> Members

Send Feedback