namespace Teegid{ public class Arvutused{ public static int korruta(int a, int b){ return a*b; } public static int liida(int a, int b){ return a+b; } } } /* D:\kodu\0606\dotnet>csc /target:library Teegid1.cs Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved. D:\kodu\0606\dotnet>dir *.dll Volume in drive D is DATA Volume Serial Number is 24BA-11C5 Directory of D:\kodu\0606\dotnet 24.07.2006 13:00 3 072 Teegid1.dll 1 File(s) 3 072 bytes 0 Dir(s) 18 477 039 616 bytes free */