C# Class System.Reflection.CustomAttributeType

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CustomAttributeType ( CustomAttributeEncoding encodedType, CustomAttributeEncoding encodedArrayType, CustomAttributeEncoding encodedEnumType, string enumName ) : System

Method Details

CustomAttributeType() public method

public CustomAttributeType ( CustomAttributeEncoding encodedType, CustomAttributeEncoding encodedArrayType, CustomAttributeEncoding encodedEnumType, string enumName ) : System
encodedType CustomAttributeEncoding
encodedArrayType CustomAttributeEncoding
encodedEnumType CustomAttributeEncoding
enumName string
return System