C# Class Castle.DynamicProxy.Generators.Emitters.ConstructorCollection

Inheritance: System.Collections.CollectionBase
Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Add ( Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter constructor ) : void
this ( int index ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter

Method Details

Add() public method

public Add ( Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter constructor ) : void
constructor Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter
return void

this() public method

public this ( int index ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter
index int
return Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter