C# 클래스 MappingFinder, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
GetMappings ( TypeDefinition typeDefinition ) : IEnumerable

비공개 메소드들

메소드 설명
GetSingleField ( Mono.Cecil.PropertyDefinition property ) : FieldDefinition
GetSingleField ( Mono.Cecil.PropertyDefinition property, Code, code, MethodDefinition methodDefinition ) : FieldDefinition
MappingFinder ( TypeNodeBuilder typeNodeBuilder ) : System.Collections.Generic
Process ( List notifyNodes ) : void
TryGetField ( TypeDefinition typeDefinition, PropertyDefinition property ) : FieldDefinition

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

GetMappings() 공개 정적인 메소드

public static GetMappings ( TypeDefinition typeDefinition ) : IEnumerable
typeDefinition TypeDefinition
리턴 IEnumerable