C# Class System.Xml.Serialization.MethodBuilderInfo

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
MethodBuilder System.Reflection.Emit.MethodBuilder
ParameterTypes System.Type[]

Public Methods

Method Description
MethodBuilderInfo ( MethodBuilder methodBuilder, Type parameterTypes ) : System
Validate ( Type returnType, Type parameterTypes, MethodAttributes attributes ) : void

Method Details

MethodBuilderInfo() public method

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

Validate() public method

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

Property Details

MethodBuilder public property

public MethodBuilder,System.Reflection.Emit MethodBuilder
return System.Reflection.Emit.MethodBuilder

ParameterTypes public property

public Type[],System ParameterTypes
return System.Type[]