using System; namespace LaiendusMeetodid{ public static class TekstiMeetodid{ public static int Pikkus(this string s){ return s.Length; } } }