[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ChannelInput class

Namespace:  Mogware.VisualStudio.ColladaNet.Effects
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.25 (1.0.0.25)

Syntax

C#
protected ChannelInput(
	XmlElement element
)
Visual Basic (Declaration)
Protected Sub New ( _
	element As XmlElement _
)
Visual C++
protected:
ChannelInput(
	XmlElement^ element
)

Parameters

element
Type: System.Xml..::.XmlElement

[Missing <param name="element"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Effects.ChannelInput.#ctor(System.Xml.XmlElement)"]

See Also