AbstractToYield.Dynamic.GetValue C# (CSharp) Méthode

GetValue() static private méthode

static private GetValue ( ) : dynamic
Résultat dynamic
        static dynamic GetValue()
        {
            var foo = CustomThingWithLength();

            return foo;
        }