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

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Images.ImageList]

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

Syntax

C#
public class ImageList : List<Image>
Visual Basic (Declaration)
Public Class ImageList _
	Inherits List(Of Image)
Visual C++
public ref class ImageList : public List<Image^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Image>)>)
    Mogware.VisualStudio.ColladaNet.Images..::.ImageList

See Also