Namespace: DeltaEngine.Editor.ContentManagerAssembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
public void AddContentToContentList(
ContentType type,
string name
)
public void AddContentToContentList(
ContentType type,
string name
)
Public Sub AddContentToContentList (
type As ContentType,
name As String
)
Public Sub AddContentToContentList (
type As ContentType,
name As String
)
public:
void AddContentToContentList(
ContentType type,
String^ name
)
public:
void AddContentToContentList(
ContentType type,
String^ name
)
member AddContentToContentList :
type : ContentType *
name : string -> unit
member AddContentToContentList :
type : ContentType *
name : string -> unit