Click or drag to resize

contentParagraph Constructor (String, IContentElement)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the contentParagraph class

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public contentParagraph(
	string __content,
	IContentElement __parent
)

Parameters

__content
Type: SystemString

[Missing <param name="__content"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph.#ctor(System.String,imbNLP.Core.contentStructure.interafaces.IContentElement)"]

__parent
Type: imbNLP.Core.contentStructure.interafacesIContentElement

[Missing <param name="__parent"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph.#ctor(System.String,imbNLP.Core.contentStructure.interafaces.IContentElement)"]

See Also