Castle.Components.DictionaryAdapter.FetchAttribute
Identifies an interface or property to be pre-fetched.
namespace Castle.Components.DictionaryAdapter
{
public class FetchAttribute : Attribute
{
public bool Fetch { get; }
public FetchAttribute();
public FetchAttribute(bool fetch);
}
}