Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DataPager.cs
- NetStream.cs
- Rectangle.cs
- SynchronizedDisposablePool.cs
- UIElement3D.cs
- EventBindingService.cs
- Color.cs
- CustomAttributeFormatException.cs
- WindowsScrollBarBits.cs
- listitem.cs
- DecimalFormatter.cs
- TextModifier.cs
- CompilerGlobalScopeAttribute.cs
- ArgumentNullException.cs
- Number.cs
- CreateUserWizardAutoFormat.cs
- UserControl.cs
- ContextTokenTypeConverter.cs
- MethodToken.cs
- SQLDecimalStorage.cs
- SqlDataAdapter.cs
- CacheChildrenQuery.cs
- ReadOnlyDataSourceView.cs
- CodeTypeMember.cs
- SimpleWebHandlerParser.cs
- printdlgexmarshaler.cs
- Schema.cs
- SelectionGlyph.cs
- UIElement3DAutomationPeer.cs
- ResourceDisplayNameAttribute.cs
- RowsCopiedEventArgs.cs
- WebPartDisplayModeEventArgs.cs
- PageAdapter.cs
- DataReaderContainer.cs
- TextElementEditingBehaviorAttribute.cs
- BindingList.cs
- basevalidator.cs
- WindowHideOrCloseTracker.cs
- IInstanceTable.cs
- SoapIncludeAttribute.cs
- ClientCultureInfo.cs
- MbpInfo.cs
- TemplateXamlParser.cs
- FrameworkElement.cs
- infer.cs
- FontStretch.cs
- ValidationHelpers.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- TabControlCancelEvent.cs
- Icon.cs
- CopyEncoder.cs
- TableLayoutRowStyleCollection.cs
- EntityCommandCompilationException.cs
- XPathAxisIterator.cs
- BoundingRectTracker.cs
- TriState.cs
- RegexCode.cs
- ToolStripOverflowButton.cs
- ISO2022Encoding.cs
- ShutDownListener.cs
- CollectionViewGroupRoot.cs
- NamespaceList.cs
- DesigntimeLicenseContextSerializer.cs
- XpsInterleavingPolicy.cs
- PackageDigitalSignature.cs
- Event.cs
- ProtocolException.cs
- Filter.cs
- AdjustableArrowCap.cs
- Control.cs
- DictionaryEntry.cs
- XmlTextReader.cs
- PartialCachingAttribute.cs
- ColorTranslator.cs
- XamlRtfConverter.cs
- WorkflowQueueInfo.cs
- Message.cs
- LinearKeyFrames.cs
- Enumerable.cs
- MergePropertyDescriptor.cs
- XmlSchemaExternal.cs
- SingleTagSectionHandler.cs
- IisTraceWebEventProvider.cs
- Color.cs
- SqlUtil.cs
- CookielessHelper.cs
- FastEncoder.cs
- CompressionTransform.cs
- CheckoutException.cs
- ConnectionManagementElementCollection.cs
- KeyTime.cs
- TreeBuilder.cs
- BitConverter.cs
- UInt16Storage.cs
- ResourcesBuildProvider.cs
- ModelItemDictionary.cs
- SourceElementsCollection.cs
- Perspective.cs
- CommandArguments.cs
- HttpApplication.cs