Click or drag to resize

ContentBrowserItem_CSharpProjectReferences Constructor

Initializes a new instance of the ContentBrowserItem_CSharpProjectReferences class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ContentBrowserItem_CSharpProjectReferences(
	ContentBrowser owner,
	ContentBrowserItem parent,
	string text
)

Parameters

owner
Type: NeoAxis.EditorContentBrowser
parent
Type: NeoAxis.EditorContentBrowserItem
text
Type: SystemString
See Also