C# Class Purity.Core.Attributes.InfiniteAttribute

Inheritance: System.Attribute
显示文件 Open project: paf31/Purity

Public Methods

Method Description
InfiniteAttribute ( string constructorName, string destructorName, string unfoldName, Type destructorClass ) : System

Method Details

InfiniteAttribute() public method

public InfiniteAttribute ( string constructorName, string destructorName, string unfoldName, Type destructorClass ) : System
constructorName string
destructorName string
unfoldName string
destructorClass System.Type
return System