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