System.ServiceModel.IExtensibleObject<T> public interface IExtensibleObject<T> where T : IExtensibleObject<T> Documentation Code namespace System.ServiceModel { public interface IExtensibleObject<T> where T : IExtensibleObject<T> { IExtensionCollection<T> Extensions { get; } } }