C# Class Selene.Backend.ManifestCache

ファイルを表示 Open project: TobiasKappe/Selene

Public Methods

Method Description
Add ( Type T, ControlManifest Manifest ) : void
Retreive ( Type T ) : ControlManifest

Private Methods

Method Description
ManifestCache ( ) : System

Method Details

Add() public static method

public static Add ( Type T, ControlManifest Manifest ) : void
T System.Type
Manifest ControlManifest
return void

Retreive() public static method

public static Retreive ( Type T ) : ControlManifest
T System.Type
return ControlManifest