ModelTypesLocator.GetAllTypes Method

Definition

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::ModelType ^> ^ GetAllTypes();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.ModelType> GetAllTypes ();
abstract member GetAllTypes : unit -> seq<Microsoft.VisualStudio.Web.CodeGeneration.ModelType>
override this.GetAllTypes : unit -> seq<Microsoft.VisualStudio.Web.CodeGeneration.ModelType>
Public Function GetAllTypes () As IEnumerable(Of ModelType)

Returns

IEnumerable<ModelType>

Implements

Applies to