Table of Contents

Class RefWrapper

Namespace
MCM.Common
Assembly
MCMv5.dll

Wrapper around any type that implements IRef. We don't use casting because it might not be safe.

public class RefWrapper : IRef, INotifyPropertyChanged, IWrapper
Inheritance
RefWrapper
Implements
Inherited Members

Constructors

RefWrapper(object)

public RefWrapper(object @object)

Parameters

object object

Properties

Object

public object Object { get; }

Property Value

object

Type

Underlying type of the value

public Type Type { get; }

Property Value

Type

Value

public object? Value { get; set; }

Property Value

object

Events

PropertyChanged

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler

This page was last modified at 12/23/2022 11:49:56 +02:00 (UTC).

Commit Message
Author:    Aragas
Commit:    aa889a1db7974dc13c9ff22e5740d958a2228b18
* Added MCM Source Package NuGet for easier integration