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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Effects.ProfileList]

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 class ProfileList : List<Profile>
Visual Basic (Declaration)
Public Class ProfileList _
	Inherits List(Of Profile)
Visual C++
public ref class ProfileList : public List<Profile^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Profile>)>)
    Mogware.VisualStudio.ColladaNet.Effects..::.ProfileList

See Also