C# 클래스 System.Xml.Serialization.MethodBuilderInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
MethodBuilder System.Reflection.Emit.MethodBuilder
ParameterTypes System.Type[]

공개 메소드들

메소드 설명
MethodBuilderInfo ( MethodBuilder methodBuilder, Type parameterTypes ) : System
Validate ( Type returnType, Type parameterTypes, MethodAttributes attributes ) : void

메소드 상세

MethodBuilderInfo() 공개 메소드

public MethodBuilderInfo ( MethodBuilder methodBuilder, Type parameterTypes ) : System
methodBuilder System.Reflection.Emit.MethodBuilder
parameterTypes System.Type
리턴 System

Validate() 공개 메소드

public Validate ( Type returnType, Type parameterTypes, MethodAttributes attributes ) : void
returnType System.Type
parameterTypes System.Type
attributes MethodAttributes
리턴 void

프로퍼티 상세

MethodBuilder 공개적으로 프로퍼티

public MethodBuilder,System.Reflection.Emit MethodBuilder
리턴 System.Reflection.Emit.MethodBuilder

ParameterTypes 공개적으로 프로퍼티

public Type[],System ParameterTypes
리턴 System.Type[]