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

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Effects.Parameter.Create(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Effects.ParameterContainer)]

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

Syntax

C#
public static Parameter Create(
	XmlElement element,
	ParameterContainer container
)
Visual Basic (Declaration)
Public Shared Function Create ( _
	element As XmlElement, _
	container As ParameterContainer _
) As Parameter
Visual C++
public:
static Parameter^ Create(
	XmlElement^ element, 
	ParameterContainer^ container
)

Parameters

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

[Missing <param name="element"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Effects.Parameter.Create(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Effects.ParameterContainer)"]

container
Type: Mogware.VisualStudio.ColladaNet.Effects..::.ParameterContainer

[Missing <param name="container"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Effects.Parameter.Create(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Effects.ParameterContainer)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Effects.Parameter.Create(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Effects.ParameterContainer)]

See Also