C# Класс OTAPI.Patcher.Engine.Extensions.FieldReplacementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReplaceWith ( this field, Mono.Cecil.PropertyDefinition property ) : void

Replaces all occurrences of a field with a property call by simply swapping the field instructions that load/set.

Описание методов

ReplaceWith() публичный статический Метод

Replaces all occurrences of a field with a property call by simply swapping the field instructions that load/set.
public static ReplaceWith ( this field, Mono.Cecil.PropertyDefinition property ) : void
field this
property Mono.Cecil.PropertyDefinition
Результат void