PostSharp//API Reference/Post­Sharp.​Aspects/Managed­Resource­Introduction­Aspect/Data­Provider
Open sandboxFocus

Property DataProvider

DataProvider

Gets a delegate that provides content of the managed resource.

Declaration
public Func<byte[]> DataProvider { get; }
Property Value
Type Description
Func<Byte[]>