Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1 / GeneratedCodeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { [AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)] public sealed class GeneratedCodeAttribute : Attribute { private readonly string tool; private readonly string version; public GeneratedCodeAttribute(string tool, string version) { this.tool = tool; this.version = version; } public string Tool { get { return this.tool; } } public string Version { get { return this.version; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { [AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = false)] public sealed class GeneratedCodeAttribute : Attribute { private readonly string tool; private readonly string version; public GeneratedCodeAttribute(string tool, string version) { this.tool = tool; this.version = version; } public string Tool { get { return this.tool; } } public string Version { get { return this.version; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VersionedStream.cs
- CreateUserWizardStep.cs
- WebEventCodes.cs
- CodeBinaryOperatorExpression.cs
- XmlWrappingReader.cs
- DispatcherExceptionFilterEventArgs.cs
- DocobjHost.cs
- SafeFileMappingHandle.cs
- EnvironmentPermission.cs
- ClientApiGenerator.cs
- DesignerSerializationOptionsAttribute.cs
- ScriptReferenceBase.cs
- SafeFileMapViewHandle.cs
- CancellationTokenRegistration.cs
- wgx_commands.cs
- WSHttpBindingCollectionElement.cs
- WebServiceTypeData.cs
- MediaElementAutomationPeer.cs
- SecondaryViewProvider.cs
- __FastResourceComparer.cs
- SqlParameter.cs
- XmlMembersMapping.cs
- GuidelineSet.cs
- StylusEventArgs.cs
- elementinformation.cs
- PkcsUtils.cs
- FileDialog.cs
- DbMetaDataFactory.cs
- mediaeventshelper.cs
- DataListCommandEventArgs.cs
- DataMemberListEditor.cs
- controlskin.cs
- SessionParameter.cs
- DocumentViewerConstants.cs
- BinaryFormatterWriter.cs
- TreeNodeBindingCollection.cs
- Operand.cs
- BigInt.cs
- EdmToObjectNamespaceMap.cs
- ObjectDataSourceMethodEventArgs.cs
- KerberosSecurityTokenProvider.cs
- WinEventWrap.cs
- RandomDelayQueuedSendsAsyncResult.cs
- ReachSerializableProperties.cs
- IUnknownConstantAttribute.cs
- DataGridViewElement.cs
- CompositeControl.cs
- SystemPens.cs
- HtmlPanelAdapter.cs
- LessThanOrEqual.cs
- XmlWrappingReader.cs
- XmlTypeAttribute.cs
- IconHelper.cs
- SyndicationItem.cs
- NumericUpDown.cs
- AdornerPresentationContext.cs
- ModifierKeysValueSerializer.cs
- versioninfo.cs
- Label.cs
- CodeDOMProvider.cs
- DefinitionProperties.cs
- SelectionGlyphBase.cs
- BamlTreeUpdater.cs
- JpegBitmapDecoder.cs
- KeyedHashAlgorithm.cs
- HtmlGenericControl.cs
- UserControlBuildProvider.cs
- DesignTimeValidationFeature.cs
- XmlNamespaceMappingCollection.cs
- CardSpacePolicyElement.cs
- RecoverInstanceLocksCommand.cs
- ValueSerializerAttribute.cs
- SqlXmlStorage.cs
- ContextStaticAttribute.cs
- DateTimeFormat.cs
- SQLDateTime.cs
- ColorMatrix.cs
- XmlNodeChangedEventArgs.cs
- DateTimeConverter2.cs
- DesignSurface.cs
- ValidationHelper.cs
- SettingsPropertyValue.cs
- AnnotationResource.cs
- HtmlInputSubmit.cs
- MessageFilterTable.cs
- AppSecurityManager.cs
- DataGridViewAutoSizeModeEventArgs.cs
- GridViewDeletedEventArgs.cs
- FileLoadException.cs
- FileChangesMonitor.cs
- DelayedRegex.cs
- UidManager.cs
- UmAlQuraCalendar.cs
- PerformanceCountersElement.cs
- DigitalSignatureProvider.cs
- PropertyCollection.cs
- MarshalByValueComponent.cs
- XdrBuilder.cs
- DependentList.cs
- UnsafeNativeMethods.cs