C# Class System.Xml.Serialization.MethodBuilderInfo

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodBuilder System.Reflection.Emit.MethodBuilder
ParameterTypes System.Type[]

Méthodes publiques

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

Method Details

MethodBuilderInfo() public méthode

public MethodBuilderInfo ( MethodBuilder methodBuilder, Type parameterTypes ) : System
methodBuilder System.Reflection.Emit.MethodBuilder
parameterTypes System.Type
Résultat System

Validate() public méthode

public Validate ( Type returnType, Type parameterTypes, MethodAttributes attributes ) : void
returnType System.Type
parameterTypes System.Type
attributes MethodAttributes
Résultat void

Property Details

MethodBuilder public_oe property

public MethodBuilder,System.Reflection.Emit MethodBuilder
Résultat System.Reflection.Emit.MethodBuilder

ParameterTypes public_oe property

public Type[],System ParameterTypes
Résultat System.Type[]