Boo.Lang.Compiler.TypeSystem.TypeSystemServices.DuckTypeImpl.DuckTypeImpl C# (CSharp) Method

DuckTypeImpl() public method

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