Namespace: DeltaEngine.Content.Xml.TestsAssembly: DeltaEngine.Content.Xml.Tests (in DeltaEngine.Content.Xml.Tests.dll) Version: 1.1.1.0 (1.1.1)
public void ContentTypeOfXmlFileDependsOnRootElement(
string tag,
ContentType expectedContentType
)
public void ContentTypeOfXmlFileDependsOnRootElement(
string tag,
ContentType expectedContentType
)
Public Sub ContentTypeOfXmlFileDependsOnRootElement (
tag As String,
expectedContentType As ContentType
)
Public Sub ContentTypeOfXmlFileDependsOnRootElement (
tag As String,
expectedContentType As ContentType
)
public:
void ContentTypeOfXmlFileDependsOnRootElement(
String^ tag,
ContentType expectedContentType
)
public:
void ContentTypeOfXmlFileDependsOnRootElement(
String^ tag,
ContentType expectedContentType
)
member ContentTypeOfXmlFileDependsOnRootElement :
tag : string *
expectedContentType : ContentType -> unit
member ContentTypeOfXmlFileDependsOnRootElement :
tag : string *
expectedContentType : ContentType -> unit