Namespace: DeltaEngine.Editor.ContentManagerAssembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
public List<ContentIconAndName> DisplayContentList { get; set; }
public List<ContentIconAndName> DisplayContentList { get; set; }
Public Property DisplayContentList As List(Of ContentIconAndName)
Get
Set
Public Property DisplayContentList As List(Of ContentIconAndName)
Get
Set
public:
property List<ContentIconAndName^>^ DisplayContentList {
List<ContentIconAndName^>^ get ();
void set (List<ContentIconAndName^>^ value);
}
public:
property List<ContentIconAndName^>^ DisplayContentList {
List<ContentIconAndName^>^ get ();
void set (List<ContentIconAndName^>^ value);
}
member DisplayContentList : List<ContentIconAndName> with get, set
member DisplayContentList : List<ContentIconAndName> with get, set
Property Value
Type:
List ContentIconAndName