C# 클래스 OTAPI.Patcher.Engine.Extensions.FieldReplacementExtensions

파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API

공개 메소드들

메소드 설명
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