Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- WaitHandleCannotBeOpenedException.cs
- ServiceOperation.cs
- WindowsAuthenticationModule.cs
- NamespaceEmitter.cs
- Int32KeyFrameCollection.cs
- AnnotationStore.cs
- InheritanceContextHelper.cs
- ClrProviderManifest.cs
- NetMsmqBindingCollectionElement.cs
- ContentElement.cs
- XmlWrappingWriter.cs
- XPathParser.cs
- OutputCacheProfileCollection.cs
- MulticastNotSupportedException.cs
- XPathScanner.cs
- WebPartCollection.cs
- PolicyUtility.cs
- EventEntry.cs
- TreeNodeStyle.cs
- ValueTypePropertyReference.cs
- CommentEmitter.cs
- IPipelineRuntime.cs
- WorkflowIdleElement.cs
- MissingFieldException.cs
- CaseInsensitiveOrdinalStringComparer.cs
- StatusInfoItem.cs
- ThrowOnMultipleAssignment.cs
- ZipFileInfo.cs
- Expression.cs
- PngBitmapDecoder.cs
- UriTemplateLiteralQueryValue.cs
- ContentHostHelper.cs
- ColorInterpolationModeValidation.cs
- SecurityKeyIdentifier.cs
- AppDomainShutdownMonitor.cs
- dataprotectionpermissionattribute.cs
- Pkcs9Attribute.cs
- XmlSchemaComplexType.cs
- Bind.cs
- UnmanagedMemoryStreamWrapper.cs
- ISAPIRuntime.cs
- ZipIORawDataFileBlock.cs
- IPAddress.cs
- MailWebEventProvider.cs
- MetafileHeader.cs
- COM2PropertyPageUITypeConverter.cs
- _SslState.cs
- HtmlShimManager.cs
- Delegate.cs
- TemplateBamlTreeBuilder.cs
- DataServiceResponse.cs
- DataListItemEventArgs.cs
- StickyNoteHelper.cs
- CompiledELinqQueryState.cs
- SaveFileDialog.cs
- IPAddressCollection.cs
- ListViewDeleteEventArgs.cs
- WsdlBuildProvider.cs
- DataServiceRequestOfT.cs
- CodeTypeReference.cs
- EventMappingSettings.cs
- IIS7WorkerRequest.cs
- WindowsListViewGroup.cs
- ParagraphResult.cs
- KnownBoxes.cs
- Int32Rect.cs
- BindingContext.cs
- HtmlMobileTextWriter.cs
- XsltContext.cs
- RtfFormatStack.cs
- MyContact.cs
- DelegatingTypeDescriptionProvider.cs
- PermissionToken.cs
- GetReadStreamResult.cs
- CrossAppDomainChannel.cs
- FormatConvertedBitmap.cs
- HtmlInputCheckBox.cs
- safelinkcollection.cs
- ControlBindingsCollection.cs
- TreeNodeBinding.cs
- RuleCache.cs
- QilInvokeEarlyBound.cs
- StateChangeEvent.cs
- ParagraphVisual.cs
- _AutoWebProxyScriptHelper.cs
- AppModelKnownContentFactory.cs
- TraceHwndHost.cs
- InboundActivityHelper.cs
- AnnotationAdorner.cs
- OleDbParameter.cs
- TrackingRecord.cs
- figurelength.cs
- EventLogEntryCollection.cs
- PackageDigitalSignatureManager.cs
- MembershipSection.cs
- DataContractJsonSerializer.cs
- MeasureData.cs
- Listen.cs
- UpDownEvent.cs
- XslTransformFileEditor.cs