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
- DataGridRowClipboardEventArgs.cs
- DocumentManager.cs
- WebControlAdapter.cs
- ContentControl.cs
- WmiEventSink.cs
- NativeMethods.cs
- SessionPageStateSection.cs
- StyleXamlParser.cs
- RoleBoolean.cs
- TraceShell.cs
- OraclePermissionAttribute.cs
- HttpDebugHandler.cs
- TogglePatternIdentifiers.cs
- LinqToSqlWrapper.cs
- FontWeight.cs
- ModifiableIteratorCollection.cs
- EntityConnection.cs
- ResourceExpressionBuilder.cs
- PieceNameHelper.cs
- AnnouncementClient.cs
- SqlUserDefinedAggregateAttribute.cs
- TaiwanLunisolarCalendar.cs
- AxisAngleRotation3D.cs
- WebPartMenu.cs
- StorageModelBuildProvider.cs
- ClientTargetSection.cs
- TextTreePropertyUndoUnit.cs
- FormViewAutoFormat.cs
- ScriptingScriptResourceHandlerSection.cs
- CriticalHandle.cs
- Mouse.cs
- X500Name.cs
- Freezable.cs
- TraceHandlerErrorFormatter.cs
- RowUpdatedEventArgs.cs
- GeometryGroup.cs
- PngBitmapDecoder.cs
- TabControlEvent.cs
- CharacterShapingProperties.cs
- DataGridItemCollection.cs
- DecoratedNameAttribute.cs
- TableCell.cs
- ApplicationDirectory.cs
- SQLConvert.cs
- KeyFrames.cs
- TogglePattern.cs
- NamedPipeConnectionPoolSettingsElement.cs
- DataAdapter.cs
- BitmapEffectGroup.cs
- DBCommand.cs
- ConfigPathUtility.cs
- DeploymentSectionCache.cs
- UriTemplateLiteralPathSegment.cs
- DataGridComponentEditor.cs
- ToolStripLabel.cs
- WeakReferenceEnumerator.cs
- MultipleFilterMatchesException.cs
- TypeExtension.cs
- MarshalDirectiveException.cs
- ConsoleKeyInfo.cs
- Context.cs
- Version.cs
- TextParagraphProperties.cs
- FormViewRow.cs
- FontResourceCache.cs
- FormatterServices.cs
- SafeFileMappingHandle.cs
- MessageHeaders.cs
- FormsAuthenticationTicket.cs
- RuntimeHelpers.cs
- FileVersionInfo.cs
- DictionaryCustomTypeDescriptor.cs
- FileDialog.cs
- RelationshipEndCollection.cs
- CompleteWizardStep.cs
- ContentFileHelper.cs
- AlternateView.cs
- DefaultPropertyAttribute.cs
- GridViewHeaderRowPresenter.cs
- StackSpiller.cs
- _BasicClient.cs
- SelectionUIService.cs
- TextElementEnumerator.cs
- XhtmlTextWriter.cs
- PeerContact.cs
- MetabaseSettings.cs
- ServicePointManager.cs
- BeginStoryboard.cs
- QilCloneVisitor.cs
- FontStyle.cs
- BitVec.cs
- SourceLineInfo.cs
- AnnotationAuthorChangedEventArgs.cs
- LayoutEditorPart.cs
- NativeBuffer.cs
- HostVisual.cs
- HostingPreferredMapPath.cs
- ExceptionNotification.cs
- EventWaitHandleSecurity.cs
- Base64Stream.cs