C# Class Selene.Backend.ManifestCache

Afficher le fichier Open project: TobiasKappe/Selene

Méthodes publiques

Méthode Description
Add ( Type T, ControlManifest Manifest ) : void
Retreive ( Type T ) : ControlManifest

Private Methods

Méthode Description
ManifestCache ( ) : System

Method Details

Add() public static méthode

public static Add ( Type T, ControlManifest Manifest ) : void
T System.Type
Manifest ControlManifest
Résultat void

Retreive() public static méthode

public static Retreive ( Type T ) : ControlManifest
T System.Type
Résultat ControlManifest