Boo.Lang.Compiler.TypeSystem.TypeSystemServices.DuckTypeImpl.DuckTypeImpl C# (CSharp) 메소드

DuckTypeImpl() 공개 메소드

public DuckTypeImpl ( TypeSystemServices typeSystemServices ) : System
typeSystemServices TypeSystemServices
리턴 System
            public DuckTypeImpl(TypeSystemServices typeSystemServices)
                : base(typeSystemServices, Types.Object)
            {
            }
TypeSystemServices.DuckTypeImpl