C# Class BTDB.IL.Caching.CachingILDynamicMethod

Inheritance: IILDynamicMethod
Datei anzeigen Open project: Bobris/BTDB

Public Methods

Method Description
CachingILDynamicMethod ( CachingILBuilder cachingILBuilder, string name, Type @delegate ) : System
Create ( ) : object
ExpectedLength ( int length ) : void

Method Details

CachingILDynamicMethod() public method

public CachingILDynamicMethod ( CachingILBuilder cachingILBuilder, string name, Type @delegate ) : System
cachingILBuilder CachingILBuilder
name string
@delegate System.Type
return System

Create() public method

public Create ( ) : object
return object

ExpectedLength() public method

public ExpectedLength ( int length ) : void
length int
return void