C# Class MilkShakeFramework.Tools.Debug.Watch.WatchedManager

Datei anzeigen Open project: lucas-jones/MilkShake-old

Public Properties

Property Type Description
Entries List

Public Methods

Method Description
PrintEntries ( ) : void
Scan ( object obj ) : void
SetValue ( string key, object value ) : void

Method Details

PrintEntries() public static method

public static PrintEntries ( ) : void
return void

Scan() public static method

public static Scan ( object obj ) : void
obj object
return void

SetValue() public static method

public static SetValue ( string key, object value ) : void
key string
value object
return void

Property Details

Entries public_oe static_oe property

public static List Entries
return List