Table of Contents

Interface IRef

Namespace
MCM.Common
Assembly
MCMv5.dll

An interface that provides access to some value for MCM to get/set.

public interface IRef : INotifyPropertyChanged
Inherited Members

Properties

Type

Underlying type of the value

Type Type { get; }

Property Value

Type

Value

object? Value { get; set; }

Property Value

object

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