Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / XamlBuildTask / Microsoft / Build / Tasks / Xaml / AttributeParameterInfo.cs / 1305376 / AttributeParameterInfo.cs
using System; using System.Collections.Generic; using System.Linq; using System.Xaml; namespace Microsoft.Build.Tasks.Xaml { internal class AttributeParameterInfo { IListarrayContents; public AttributeParameterInfo() { Name = String.Empty; Value = String.Empty; IsArray = false; } public string Name { get; set; } public string Value { get; set; } public Type Type { get; set; } public bool IsArray { get; set; } public IList ArrayContents { get { if (arrayContents == null) { arrayContents = new List (); } return arrayContents; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Linq; using System.Xaml; namespace Microsoft.Build.Tasks.Xaml { internal class AttributeParameterInfo { IList arrayContents; public AttributeParameterInfo() { Name = String.Empty; Value = String.Empty; IsArray = false; } public string Name { get; set; } public string Value { get; set; } public Type Type { get; set; } public bool IsArray { get; set; } public IList ArrayContents { get { if (arrayContents == null) { arrayContents = new List (); } return arrayContents; } } } } // 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
- Rotation3DAnimationBase.cs
- ProcessManager.cs
- BinHexEncoder.cs
- OutputCacheModule.cs
- DbRetry.cs
- Rect3DConverter.cs
- GorillaCodec.cs
- PathGeometry.cs
- ReadOnlyAttribute.cs
- LineInfo.cs
- XmlSerializerFormatAttribute.cs
- AttributeEmitter.cs
- PointF.cs
- GridViewDeletedEventArgs.cs
- TextDecorations.cs
- SqlProfileProvider.cs
- CommandEventArgs.cs
- ImageSource.cs
- ProviderException.cs
- SetStoryboardSpeedRatio.cs
- WebPartCloseVerb.cs
- HiddenField.cs
- SeverityFilter.cs
- TreeViewImageGenerator.cs
- DataGridRowsPresenter.cs
- COM2IPerPropertyBrowsingHandler.cs
- WebControl.cs
- Menu.cs
- Win32KeyboardDevice.cs
- WhereQueryOperator.cs
- DeviceFilterEditorDialog.cs
- ServiceHttpModule.cs
- AutoSizeComboBox.cs
- Utils.cs
- JoinSymbol.cs
- SqlXmlStorage.cs
- CqlIdentifiers.cs
- WebExceptionStatus.cs
- UInt16.cs
- TabPage.cs
- CallInfo.cs
- DefaultClaimSet.cs
- LoggedException.cs
- ArrayExtension.cs
- XmlFormatExtensionAttribute.cs
- DesignBindingConverter.cs
- Int32.cs
- StateChangeEvent.cs
- WmpBitmapDecoder.cs
- SafeWaitHandle.cs
- SizeConverter.cs
- StateDesigner.TransitionInfo.cs
- XmlSchemaObject.cs
- WorkerRequest.cs
- TemplateKey.cs
- mediaclock.cs
- SessionConnectionReader.cs
- WindowsListViewItem.cs
- CommandConverter.cs
- ButtonChrome.cs
- ChangeTracker.cs
- OutputCacheProfileCollection.cs
- SecurityElement.cs
- ProfileService.cs
- XmlTypeAttribute.cs
- StandardBindingCollectionElement.cs
- DataSourceControlBuilder.cs
- Button.cs
- JpegBitmapDecoder.cs
- Part.cs
- ScriptHandlerFactory.cs
- DataBinder.cs
- XmlSerializerFactory.cs
- ClockController.cs
- _NestedSingleAsyncResult.cs
- RadioButtonList.cs
- IPCCacheManager.cs
- Graphics.cs
- ConfigXmlWhitespace.cs
- Odbc32.cs
- InkCollectionBehavior.cs
- ResXResourceReader.cs
- CheckPair.cs
- IPGlobalProperties.cs
- SpellerHighlightLayer.cs
- NativeObjectSecurity.cs
- JoinCqlBlock.cs
- AppSecurityManager.cs
- storepermission.cs
- ToolStripDropDownClosingEventArgs.cs
- PointConverter.cs
- CodeMethodReturnStatement.cs
- DeclaredTypeValidator.cs
- SqlBooleanMismatchVisitor.cs
- PackageRelationshipCollection.cs
- DataGridRelationshipRow.cs
- IChannel.cs
- IArgumentProvider.cs
- MultiAsyncResult.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs