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
- InterleavedZipPartStream.cs
- HttpClientCertificate.cs
- SymDocumentType.cs
- SemaphoreFullException.cs
- XamlFilter.cs
- SourceFileInfo.cs
- QilScopedVisitor.cs
- MethodAccessException.cs
- mediapermission.cs
- ThreadSafeMessageFilterTable.cs
- WebPartConnectVerb.cs
- SchemaObjectWriter.cs
- DesignerWithHeader.cs
- HttpResponseMessageProperty.cs
- SystemResourceKey.cs
- BinHexDecoder.cs
- RequestNavigateEventArgs.cs
- EventLogPermissionAttribute.cs
- TypeSystem.cs
- ServiceNameElement.cs
- BitmapEffectOutputConnector.cs
- SerialPort.cs
- SupportsEventValidationAttribute.cs
- RoutedEvent.cs
- XmlWriter.cs
- XmlTextReaderImplHelpers.cs
- ContentOperations.cs
- ControlDesigner.cs
- AliasExpr.cs
- EtwTrackingBehavior.cs
- TransformPattern.cs
- DragEvent.cs
- UserPrincipalNameElement.cs
- SelectionProviderWrapper.cs
- RectangleHotSpot.cs
- ToolStripHighContrastRenderer.cs
- FlowLayoutSettings.cs
- ISFClipboardData.cs
- CompilerWrapper.cs
- QilReplaceVisitor.cs
- SQLDateTimeStorage.cs
- WindowInteractionStateTracker.cs
- ListViewInsertionMark.cs
- BitVector32.cs
- UpdatePanelTriggerCollection.cs
- SemanticTag.cs
- Deflater.cs
- HtmlAnchor.cs
- ChannelProtectionRequirements.cs
- LoadRetryHandler.cs
- FormViewUpdatedEventArgs.cs
- TemplateField.cs
- WindowsGraphics2.cs
- UriTemplateLiteralPathSegment.cs
- BitConverter.cs
- ValidationPropertyAttribute.cs
- NamespaceEmitter.cs
- AsymmetricKeyExchangeFormatter.cs
- HtmlInputImage.cs
- AttributeEmitter.cs
- ContentFilePart.cs
- ObjectDisposedException.cs
- DataGridViewRowCollection.cs
- Base64Decoder.cs
- ZoneButton.cs
- CopyAction.cs
- _CookieModule.cs
- unitconverter.cs
- UpdatePanel.cs
- TypeUnloadedException.cs
- DmlSqlGenerator.cs
- ObjectContextServiceProvider.cs
- TableLayoutPanelCellPosition.cs
- Slider.cs
- DataColumnPropertyDescriptor.cs
- RowSpanVector.cs
- SystemUnicastIPAddressInformation.cs
- NullableDoubleSumAggregationOperator.cs
- isolationinterop.cs
- BitmapSizeOptions.cs
- RuntimeVariableList.cs
- PermissionSet.cs
- CrossContextChannel.cs
- Transform3DCollection.cs
- ParamArrayAttribute.cs
- ConditionBrowserDialog.cs
- SqlSupersetValidator.cs
- FederatedMessageSecurityOverHttpElement.cs
- Matrix3DConverter.cs
- EncryptedKeyIdentifierClause.cs
- FormViewPagerRow.cs
- DesignerValidationSummaryAdapter.cs
- CompositeActivityTypeDescriptor.cs
- ProviderBase.cs
- RegexCompilationInfo.cs
- DebuggerAttributes.cs
- XmlDataImplementation.cs
- UIElementIsland.cs
- ReverseInheritProperty.cs
- KnownIds.cs