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
- ParsedRoute.cs
- TransactionException.cs
- ReadWriteObjectLock.cs
- NumberFormatInfo.cs
- TextSelectionProcessor.cs
- SplitterDesigner.cs
- _NegoState.cs
- DataGridCommandEventArgs.cs
- ReachVisualSerializerAsync.cs
- ToolBarButtonDesigner.cs
- Hashtable.cs
- WebServiceHost.cs
- sitestring.cs
- WebPartEditorCancelVerb.cs
- InfoCardBinaryReader.cs
- DropSourceBehavior.cs
- EntityContainer.cs
- TitleStyle.cs
- EnumMemberAttribute.cs
- StickyNote.cs
- BitmapEffectGroup.cs
- MetadataCollection.cs
- CommandField.cs
- CellRelation.cs
- Bezier.cs
- RepeatButton.cs
- AsyncDataRequest.cs
- SafeHandle.cs
- HMACSHA1.cs
- SafePointer.cs
- ImageField.cs
- WorkflowEnvironment.cs
- ParallelTimeline.cs
- SlipBehavior.cs
- NetTcpSectionData.cs
- XPathQilFactory.cs
- ToolStripPanelDesigner.cs
- TextDecorations.cs
- EntityCommandDefinition.cs
- FileUpload.cs
- HostVisual.cs
- ConstructorExpr.cs
- TypeUtils.cs
- DoubleAverageAggregationOperator.cs
- EventMappingSettings.cs
- KeyTimeConverter.cs
- SoapAttributes.cs
- DataSourceHelper.cs
- MetadataItemEmitter.cs
- HashSetDebugView.cs
- Comparer.cs
- DataTable.cs
- BitmapFrameDecode.cs
- XmlComplianceUtil.cs
- DomainUpDown.cs
- SqlOuterApplyReducer.cs
- StructuralCache.cs
- WebPartEditorOkVerb.cs
- ActivityCodeDomSerializer.cs
- RadialGradientBrush.cs
- ButtonRenderer.cs
- WpfWebRequestHelper.cs
- UserPreferenceChangingEventArgs.cs
- ApplicationActivator.cs
- PropertyTab.cs
- Rss20FeedFormatter.cs
- CryptoProvider.cs
- RectValueSerializer.cs
- SoundPlayer.cs
- InvokerUtil.cs
- initElementDictionary.cs
- ContentPathSegment.cs
- OdbcInfoMessageEvent.cs
- SqlMethodCallConverter.cs
- StringValidatorAttribute.cs
- TimeManager.cs
- PageContentCollection.cs
- CalendarButton.cs
- UpDownBase.cs
- AdCreatedEventArgs.cs
- CqlGenerator.cs
- TextEditorLists.cs
- DbConnectionFactory.cs
- HtmlShim.cs
- IDQuery.cs
- DiscoveryMessageSequenceCD1.cs
- EntityDataReader.cs
- BinaryParser.cs
- XmlSchemaImporter.cs
- LongTypeConverter.cs
- AstTree.cs
- DataGridViewRowPostPaintEventArgs.cs
- InvalidPipelineStoreException.cs
- FilteredDataSetHelper.cs
- EndpointDiscoveryMetadataCD1.cs
- NodeInfo.cs
- XhtmlBasicLiteralTextAdapter.cs
- COSERVERINFO.cs
- SafeRightsManagementQueryHandle.cs
- CompilationLock.cs