ContentIconAndName Constructor Delta Engine Documentation
Initializes a new instance of the ContentIconAndName class

Namespace: DeltaEngine.Editor.ContentManager
Assembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public ContentIconAndName(
	string icon,
	string name,
	ObservableCollection<ContentIconAndName> subContent = null,
	ObservableCollection<ContentIconAndName> additionalContent = null
)

Parameters

icon
Type: System String
name
Type: System String
subContent (Optional)
Type: System.Collections.ObjectModel ObservableCollection ContentIconAndName 
additionalContent (Optional)
Type: System.Collections.ObjectModel ObservableCollection ContentIconAndName 
See Also