IAccessList<T> Interface
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Interface IAccessList(Of T)
public interface IAccessList<T>
generic<typename T>
public interface class IAccessList
type IAccessList<'T> = interface end
JScript does not support generic types or methods.
Type Parameters
- T
The IAccessList<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Top
Methods
Name | Description | |
---|---|---|
GetEvent | ||
GetEvents |
Top