AbstractToYield.Dynamic.Demo C# (CSharp) Method

Demo() static private method

static private Demo ( ) : void
return void
        void Demo()
        {
            var value = GetValue();

            int length = GetLength(value);

            length.Dump();
        }