AbstractToYield.Dynamic.GetValue C# (CSharp) Method

GetValue() static private method

static private GetValue ( ) : dynamic
return dynamic
        static dynamic GetValue()
        {
            var foo = CustomThingWithLength();

            return foo;
        }