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

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

static private CustomThingWithLength ( ) : dynamic
리턴 dynamic
        static dynamic CustomThingWithLength()
        {
            return new CustomThing();
        }