Code:
/ 4.0 / 4.0 / untmp / 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. //
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StaticSiteMapProvider.cs
- CodeCatchClauseCollection.cs
- DirectoryInfo.cs
- RuntimeArgumentHandle.cs
- BaseParser.cs
- SmtpFailedRecipientsException.cs
- TypeNameConverter.cs
- HandleRef.cs
- FlowLayout.cs
- DescriptionAttribute.cs
- CursorConverter.cs
- SafeNativeMethodsMilCoreApi.cs
- XPathSelectionIterator.cs
- Comparer.cs
- InvalidOleVariantTypeException.cs
- ParameterElement.cs
- TemplateControlParser.cs
- SmiRecordBuffer.cs
- SqlBooleanMismatchVisitor.cs
- FileUtil.cs
- MobileListItem.cs
- RightNameExpirationInfoPair.cs
- SoapHttpTransportImporter.cs
- FieldCollectionEditor.cs
- TriggerBase.cs
- ConfigurationElement.cs
- AuthorizationRuleCollection.cs
- HtmlImage.cs
- PointF.cs
- GeneralTransform3D.cs
- _OverlappedAsyncResult.cs
- SqlTypeSystemProvider.cs
- ComboBoxAutomationPeer.cs
- RpcCryptoRequest.cs
- BamlLocalizer.cs
- BitmapMetadata.cs
- CompositeControl.cs
- Pkcs7Recipient.cs
- DependencyObject.cs
- TextElementCollectionHelper.cs
- ShaperBuffers.cs
- TagPrefixInfo.cs
- XmlIlGenerator.cs
- Effect.cs
- URI.cs
- ToolStripGripRenderEventArgs.cs
- TraceAsyncResult.cs
- ListViewGroupItemCollection.cs
- TextRangeEditTables.cs
- CircleHotSpot.cs
- DesignerVerbCollection.cs
- BindableTemplateBuilder.cs
- TemplateContainer.cs
- ScaleTransform3D.cs
- WorkflowInstanceExtensionProvider.cs
- SqlRewriteScalarSubqueries.cs
- MgmtConfigurationRecord.cs
- DataServiceEntityAttribute.cs
- PropertyEmitterBase.cs
- CancelEventArgs.cs
- XmlSchemaGroupRef.cs
- XComponentModel.cs
- DataGridState.cs
- BinaryReader.cs
- OdbcErrorCollection.cs
- NativeMethods.cs
- XPathChildIterator.cs
- TabControlEvent.cs
- bindurihelper.cs
- ObjectIDGenerator.cs
- FileStream.cs
- RegexInterpreter.cs
- ResourceSet.cs
- QilGeneratorEnv.cs
- WindowsFormsLinkLabel.cs
- TextFindEngine.cs
- EventLogPermissionEntry.cs
- OleDbPropertySetGuid.cs
- EventMappingSettingsCollection.cs
- DataGridViewRowCancelEventArgs.cs
- OAVariantLib.cs
- TailCallAnalyzer.cs
- BaseResourcesBuildProvider.cs
- DataContractSerializerOperationBehavior.cs
- WmlImageAdapter.cs
- Int32CAMarshaler.cs
- ErrorFormatter.cs
- SourceFileBuildProvider.cs
- ComponentEditorForm.cs
- FillErrorEventArgs.cs
- SByteStorage.cs
- SqlDataSourceCommandEventArgs.cs
- MdImport.cs
- UnsafeNativeMethods.cs
- GridViewUpdateEventArgs.cs
- PrefixHandle.cs
- BufferedWebEventProvider.cs
- ReachFixedPageSerializerAsync.cs
- Label.cs
- DrawTreeNodeEventArgs.cs