ITypeReference Interface Namespace: ActiproSoftware.Text.Languages.Python.Reflection Assembly: ActiproSoftware.Text.Addons.Python.WinForms.dll Provides the base requirements of a type reference. public interface ITypeReference : IReflectionDefinition Properties DeclaringModule The reference to the module in which the type is declared. IModuleReference? DeclaringModule { get; } Property Value IModuleReference Inherited Members IReflectionDefinition.Name Extension Methods ObjectExtensions.TryConvertToDouble(object, out double) ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)