Namespace: DeltaEngine.EditorAssembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) 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:
Nullable<ContentType> GetTypeOfContent(
String^ content
)
public:
Nullable<ContentType> GetTypeOfContent(
String^ content
)
member GetTypeOfContent :
content : string -> Nullable<ContentType>
member GetTypeOfContent :
content : string -> Nullable<ContentType>
Return Value
Type:
Nullable ContentType