C# Class Castle.Core.MethodMetaModelCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Add ( MethodMetaModel model ) : void

Adds the specified model.

Method Details

Add() public method

Adds the specified model.
public Add ( MethodMetaModel model ) : void
model MethodMetaModel The model.
return void