using System; namespace sharp.extensions { public interface IConstructorArguments { object[] getConstructorArguments(); } }