public IType[] GetInterfaces() { return(ArrayUtil.ConvertAll <IType, IType>( _definition.GetInterfaces(), GenericMapping.MapType)); }