Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Castle
Core
MethodMetaModelCollection
C# Class Castle.Core.MethodMetaModelCollection
Inheritance:
System.Collections.ReadOnlyCollectionBase
Mostra 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