Show / Hide Table of Contents

Interface IInteropTag

An interface implemented by tags for sharing information between assemblies that do not strongly reference each other.

Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public interface IInteropTag

Properties

| Improve this Doc View Source

Message

A description of the tag that can be recognized by consumers.

Declaration
string Message { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

TryGetProperty<T>(String, out T)

Returns true if the property name corresponds to a non-null value of the specified type, and outputs the casted value.

Declaration
bool TryGetProperty<T>(string propertyName, out T value)
Parameters
Type Name Description
System.String propertyName
T value
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX