class Metadata

in global :: Sandbox

A simple class for storing and retrieving metadata values.


public void SetValue( string key, object value )

Set a value with the specified key.

public bool TryGetValue( string key, ref T outValue )

😔 No documentation found.

public T GetValueOrDefault( string key, T defaultValue = null )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Metadata( )

😔 No documentation found.