AlternateType T AllMethods Property | Glimpse API Documentation |
Gets all methods for the proxy to override.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public abstract IEnumerable<IAlternateMethod> AllMethods { get; }
public abstract IEnumerable<IAlternateMethod> AllMethods { get; }
Field Value
All methods.See Also