ExceptionRegion.FilterOffset Propriedade
Definição
Obtém o deslocamento IL do início do bloco de filtro ou -1, quando a região não é um filtro.Gets the IL offset of the start of the filter block, or -1 if the region is not a filter.
public:
property int FilterOffset { int get(); };
public int FilterOffset { get; }
member this.FilterOffset : int
Public ReadOnly Property FilterOffset As Integer