PageTypeBuilder.UseGlobalSettingsAttribute.UseGlobalSettingsAttribute C# (CSharp) Метод

UseGlobalSettingsAttribute() публичный Метод

public UseGlobalSettingsAttribute ( Type type ) : System
type System.Type
Результат System
        public UseGlobalSettingsAttribute(Type type)
        {
            Type = type;
        }
UseGlobalSettingsAttribute