Méthode | Description | |
---|---|---|
Foo ( ) : System | ||
Foo ( FooType type ) : System | ||
Foo ( bool flag ) : System | ||
Foo ( int flag, Bar bars ) : System | ||
Foo ( int flag, ICollection bars ) : System | ||
MethodWithArrayArgument ( string values ) : string | ||
MethodWithParamArray ( ) : string | ||
MethodWithParamArray ( bool uppercase ) : string | ||
MethodWithSimilarArguments ( int flags, Bar bars ) : string | ||
MethodWithSimilarArguments ( int flags, ICollection bar ) : string | ||
this ( int foo, string key ) : object | ||
this ( Bar bars ) : string | ||
this ( ICollection bars ) : string |
public Foo ( int flag, ICollection bars ) : System | ||
flag | int | |
bars | ICollection | |
Résultat | System |
public MethodWithArrayArgument ( string values ) : string | ||
values | string | |
Résultat | string |
public MethodWithParamArray ( bool uppercase ) : string | ||
uppercase | bool | |
Résultat | string |
public MethodWithSimilarArguments ( int flags, Bar bars ) : string | ||
flags | int | |
bars | Bar | |
Résultat | string |
public MethodWithSimilarArguments ( int flags, ICollection bar ) : string | ||
flags | int | |
bar | ICollection | |
Résultat | string |
public this ( int foo, string key ) : object | ||
foo | int | |
key | string | |
Résultat | object |