Show / Hide Table of Contents

Interface IDelegateReference

Represents a reference to a System.Delegate.

Namespace: Sartorius.SAF.Events
Assembly: Sartorius.SAF.dll
Syntax
public interface IDelegateReference

Properties

View Source

Target

Gets the referenced System.Delegate object.

Declaration
Delegate Target { get; }
Property Value
Type Description
System.Delegate

A System.Delegate instance if the target is valid; otherwise null.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX