public sealed class FileDelegateManager<TDelegate>
where TDelegate : class
Public NotInheritable Class FileDelegateManager(Of TDelegate As Class)
generic<typename TDelegate>
where TDelegate : ref class
public ref class FileDelegateManager sealed
[<SealedAttribute>]
type FileDelegateManager<'TDelegate when 'TDelegate : not struct> = class end
FileDelegateManagerTDelegate | Создаёт экземпляр класса с указанием метода, выполняемого при необходимости установить делегат. |
IsEmpty | Признак того, что стек делегатов пуст. Если свойство возвращает true, то метод Restore вызовет исключение InvalidOperationException. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Restore | Удаляет делегат с вершины стека делегатов, восстанавливает предыдущий делегат в качестве текущего и возвращает удалённый делегат. |
Set | Добавляет делегат на вершину стека делегатов и устанавливает его в качестве текущего. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryRestore | Удаляет делегат с вершины стека делегатов, восстанавливает предыдущий делегат в качестве текущего и возвращает удалённый делегат. Если стек делегатов пуст, то возвращает null. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |