Click or drag to resize

XmlResourcesDeSerializeT(String, Type) Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static T DeSerialize<T>(
	string xmlFilename,
	Type extraType
)

Parameters

xmlFilename  String
 
extraType  Type
 

Type Parameters

T

Return Value

T
See Also