AbstractToYield.Dynamic.GetValue C# (CSharp) 메소드

GetValue() 정적인 개인적인 메소드

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

            return foo;
        }