Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / Compiler / GeneratedCodeAttribute.cs / 1305376 / GeneratedCodeAttribute.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- 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.[....] // Copyright (c) Microsoft Corporation. All rights reserved. //
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StreamUpdate.cs
- AdjustableArrowCap.cs
- RegexCharClass.cs
- FixedElement.cs
- EmbeddedMailObjectsCollection.cs
- WindowsFormsHost.cs
- WebSysDescriptionAttribute.cs
- StylusPointPropertyInfoDefaults.cs
- TabControlAutomationPeer.cs
- ProcessThreadCollection.cs
- GridViewCellAutomationPeer.cs
- SchemaImporterExtension.cs
- DashStyle.cs
- AssemblyName.cs
- InstallerTypeAttribute.cs
- followingsibling.cs
- Int32.cs
- WriteableBitmap.cs
- ReadOnlyAttribute.cs
- ColumnCollection.cs
- EntityDataSourceChangingEventArgs.cs
- OrderedParallelQuery.cs
- TrustManagerMoreInformation.cs
- ColorConverter.cs
- PolyLineSegmentFigureLogic.cs
- HtmlShimManager.cs
- GridItemPatternIdentifiers.cs
- RequestCachingSection.cs
- RouteParametersHelper.cs
- BinaryHeap.cs
- WSSecurityPolicy11.cs
- AssociationSet.cs
- Selector.cs
- CommandDevice.cs
- InvokeFunc.cs
- WebServiceMethodData.cs
- TransactionException.cs
- XmlDocumentFragment.cs
- PropertyGridDesigner.cs
- KeyInstance.cs
- EtwTrace.cs
- InstallerTypeAttribute.cs
- TypeExtension.cs
- AssemblySettingAttributes.cs
- Attributes.cs
- ErrorWrapper.cs
- brushes.cs
- TextTreeUndo.cs
- CheckBoxFlatAdapter.cs
- DetailsViewInsertedEventArgs.cs
- IncrementalReadDecoders.cs
- ProgressBar.cs
- CustomGrammar.cs
- UrlPath.cs
- SelectionProviderWrapper.cs
- CharacterString.cs
- DialogWindow.cs
- OdbcConnectionStringbuilder.cs
- ADConnectionHelper.cs
- PointAnimationUsingKeyFrames.cs
- SpellerStatusTable.cs
- PublisherMembershipCondition.cs
- SqlCaseSimplifier.cs
- NavigationPropertyAccessor.cs
- SqlBulkCopyColumnMappingCollection.cs
- XamlWriterExtensions.cs
- ObjectDisposedException.cs
- ContentType.cs
- StrongNameIdentityPermission.cs
- ReaderWriterLockWrapper.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- TextWriterTraceListener.cs
- RealProxy.cs
- StackBuilderSink.cs
- ExportFileRequest.cs
- HttpHandlerAction.cs
- SQLSingle.cs
- CustomPopupPlacement.cs
- InternalCache.cs
- ToolStripRenderer.cs
- RowUpdatingEventArgs.cs
- LedgerEntryCollection.cs
- XmlSchemaComplexType.cs
- JapaneseLunisolarCalendar.cs
- arabicshape.cs
- BinaryReader.cs
- ExpressionConverter.cs
- WebPermission.cs
- UICuesEvent.cs
- SecurityContextCookieSerializer.cs
- ChtmlPhoneCallAdapter.cs
- DictionaryChange.cs
- QilReference.cs
- AuthenticationService.cs
- SqlGenerator.cs
- MappingModelBuildProvider.cs
- TablePatternIdentifiers.cs
- ArgumentDesigner.xaml.cs
- PersistenceTypeAttribute.cs
- XmlSignificantWhitespace.cs