DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
ILayerToy.cs
Go to the documentation of this file.
1 using System;
2 namespace DirectOutput.Cab.Toys.Layer
3 {
4  public interface ILayerToy<LayerElementType>:IToy
5  where LayerElementType:new()
6  {
8  }
9 }