Méthode | Description | |
---|---|---|
ExpandoDemo ( ) : void | ||
GetRandom ( ) : dynamic | ||
OptionalTest ( string name, int age = null, bool hasPants = true, bool hasShirt = false ) : void | ||
Test ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
DiscountDemo ( ) : void | ||
GetDynamicX ( int i ) : dynamic | ||
GetDynamicY ( int i ) : dynamic | ||
Main ( string args ) : void | ||
RandomTypeDemo ( ) : void |
public static OptionalTest ( string name, int age = null, bool hasPants = true, bool hasShirt = false ) : void | ||
name | string | |
age | int | |
hasPants | bool | |
hasShirt | bool | |
Résultat | void |