Namespace: DeltaEngine.Editor.MocksAssembly: DeltaEngine.Editor.Mocks (in DeltaEngine.Editor.Mocks.dll) Version: 1.1.1.0 (1.1.1)
public Nullable<ContentType> GetTypeOfContent(
string content
)
public Nullable<ContentType> GetTypeOfContent(
string content
)
Public Function GetTypeOfContent (
content As String
) As Nullable(Of ContentType)
Public Function GetTypeOfContent (
content As String
) As Nullable(Of ContentType)
public:
virtual Nullable<ContentType> GetTypeOfContent(
String^ content
) sealed
public:
virtual Nullable<ContentType> GetTypeOfContent(
String^ content
) sealed
abstract GetTypeOfContent :
content : string -> Nullable<ContentType>
override GetTypeOfContent :
content : string -> Nullable<ContentType>
abstract GetTypeOfContent :
content : string -> Nullable<ContentType>
override GetTypeOfContent :
content : string -> Nullable<ContentType>
Return Value
Type:
Nullable ContentType Implements
Service GetTypeOfContent(String)