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
- SqlCaseSimplifier.cs
- SpeechRecognizer.cs
- TypeContext.cs
- ObjectSet.cs
- Metadata.cs
- WebPartZone.cs
- InstancePersistenceException.cs
- NonSerializedAttribute.cs
- DocumentEventArgs.cs
- MemberRestriction.cs
- ToolStripDropDownClosingEventArgs.cs
- IMembershipProvider.cs
- Graph.cs
- XPathSingletonIterator.cs
- BlobPersonalizationState.cs
- AmbiguousMatchException.cs
- ConnectionsZone.cs
- TemplateControlCodeDomTreeGenerator.cs
- BinHexEncoder.cs
- CounterNameConverter.cs
- ExtentJoinTreeNode.cs
- XmlNullResolver.cs
- XamlReaderHelper.cs
- Membership.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- SqlTriggerAttribute.cs
- DataPagerFieldCollection.cs
- MarkupExtensionSerializer.cs
- AbandonedMutexException.cs
- AutomationPattern.cs
- StylusOverProperty.cs
- FacetDescriptionElement.cs
- WorkflowPageSetupDialog.cs
- DeclarativeCatalogPart.cs
- TransactionCache.cs
- HotSpotCollectionEditor.cs
- IsolationInterop.cs
- BinaryOperationBinder.cs
- NetDataContractSerializer.cs
- MarkupCompilePass1.cs
- DataBindingCollectionConverter.cs
- XmlArrayItemAttributes.cs
- XmlCharCheckingWriter.cs
- XmlSchemas.cs
- QueueProcessor.cs
- WebPartMinimizeVerb.cs
- XmlStreamNodeWriter.cs
- LayoutEditorPart.cs
- UnmanagedMemoryStreamWrapper.cs
- ProgressBarRenderer.cs
- TailCallAnalyzer.cs
- TrustSection.cs
- DocumentPageView.cs
- SqlClientFactory.cs
- SerializerProvider.cs
- DateTimePicker.cs
- Closure.cs
- TcpProcessProtocolHandler.cs
- DataGridViewBindingCompleteEventArgs.cs
- SrgsSemanticInterpretationTag.cs
- ChtmlPhoneCallAdapter.cs
- XmlElementList.cs
- PointLightBase.cs
- MsmqIntegrationElement.cs
- XamlSerializerUtil.cs
- ObjectViewQueryResultData.cs
- GPPOINT.cs
- AppSecurityManager.cs
- ListenerElementsCollection.cs
- Rights.cs
- AssemblyAttributes.cs
- RepeatButton.cs
- TripleDESCryptoServiceProvider.cs
- mediaclock.cs
- IOThreadTimer.cs
- DataFormats.cs
- AsymmetricAlgorithm.cs
- EntityDataSourceSelectingEventArgs.cs
- ManagementOptions.cs
- ActiveDocumentEvent.cs
- ResetableIterator.cs
- SafeRightsManagementSessionHandle.cs
- RowVisual.cs
- Decimal.cs
- DoubleConverter.cs
- CacheForPrimitiveTypes.cs
- ListBase.cs
- DesignColumn.cs
- User.cs
- Label.cs
- PanelStyle.cs
- SmiTypedGetterSetter.cs
- PhysicalOps.cs
- PageCache.cs
- RequestCacheValidator.cs
- QilNode.cs
- SkinBuilder.cs
- ping.cs
- CryptoApi.cs
- Message.cs