9 lines
154 B
C#
9 lines
154 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Prise
|
|
{
|
|
public class RuntimeInfo
|
|
{
|
|
public IEnumerable<Runtime> Runtimes { get; set; }
|
|
}
|
|
} |