Show / Hide Table of Contents

Class ResourceReferenceExpression

Implements dependency property value with reference to resource

Inheritance
System.Object
ResourceReferenceExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ResourceReferenceExpression

Constructors

ResourceReferenceExpression(Object)

Initializes a new instance of the ResourceReferenceExpression class.

Declaration
public ResourceReferenceExpression(object resourceKey)
Parameters
Type Name Description
System.Object resourceKey

The resource key.

Properties

ResourceKey

Gets the resource key.

Declaration
public object ResourceKey { get; }
Property Value
Type Description
System.Object

The resource key.

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Overrides
System.Object.ToString()
Back to top Generated by DocFX