FileGenerator.MagickTypes.GetTypes C# (CSharp) Method

GetTypes() protected method

protected GetTypes ( ) : IEnumerable
return IEnumerable
    protected IEnumerable<Type> GetTypes()
    {
      return MagickNET.GetTypes();
    }