Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Syndication / TextSyndicationContentKindHelper.cs / 1 / TextSyndicationContentKindHelper.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Syndication { using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; static class TextSyndicationContentKindHelper { public static bool IsDefined(TextSyndicationContentKind kind) { return (kind == TextSyndicationContentKind.Plaintext || kind == TextSyndicationContentKind.Html || kind == TextSyndicationContentKind.XHtml); } } } // 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
- CommandLineParser.cs
- remotingproxy.cs
- TreeViewItem.cs
- MimeFormImporter.cs
- BufferAllocator.cs
- RemoteWebConfigurationHostStream.cs
- PreservationFileWriter.cs
- InternalBufferOverflowException.cs
- cryptoapiTransform.cs
- AutomationInteropProvider.cs
- StrongTypingException.cs
- SqlBulkCopy.cs
- DeflateStream.cs
- MouseCaptureWithinProperty.cs
- TemplateColumn.cs
- Underline.cs
- TransportSecurityHelpers.cs
- ProcessMessagesAsyncResult.cs
- dbenumerator.cs
- DefaultProxySection.cs
- IpcChannelHelper.cs
- nulltextcontainer.cs
- Range.cs
- shaperfactory.cs
- XmlSchema.cs
- ChangeInterceptorAttribute.cs
- DataObjectAttribute.cs
- XmlHelper.cs
- RequestResponse.cs
- ObjectManager.cs
- ClientOptions.cs
- CachedCompositeFamily.cs
- TrailingSpaceComparer.cs
- SoapTypeAttribute.cs
- Mouse.cs
- UriTemplateVariableQueryValue.cs
- JapaneseLunisolarCalendar.cs
- WebServiceEnumData.cs
- BindingSource.cs
- Stackframe.cs
- EntityDesignerDataSourceView.cs
- BrowserCapabilitiesCodeGenerator.cs
- ResourceWriter.cs
- PermissionAttributes.cs
- DynamicContractTypeBuilder.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- InheritanceAttribute.cs
- Debug.cs
- DataGridViewRowHeaderCell.cs
- _CookieModule.cs
- ProjectionPath.cs
- XamlTemplateSerializer.cs
- DragEvent.cs
- KnownBoxes.cs
- CacheForPrimitiveTypes.cs
- KeySpline.cs
- BinaryFormatterWriter.cs
- DefaultBindingPropertyAttribute.cs
- PreservationFileReader.cs
- CollectionDataContractAttribute.cs
- EmptyElement.cs
- TaskFormBase.cs
- TreeNode.cs
- PersianCalendar.cs
- InkPresenter.cs
- WindowPattern.cs
- XsltFunctions.cs
- ADConnectionHelper.cs
- DependencyPropertyAttribute.cs
- FormViewDeleteEventArgs.cs
- SessionStateModule.cs
- CollectionViewSource.cs
- ThrowHelper.cs
- VisualTreeHelper.cs
- MouseEventArgs.cs
- DecimalSumAggregationOperator.cs
- XmlTextAttribute.cs
- SymLanguageType.cs
- RecipientInfo.cs
- HttpRawResponse.cs
- HtmlTableRow.cs
- ExtendedPropertyDescriptor.cs
- CharUnicodeInfo.cs
- AppliesToBehaviorDecisionTable.cs
- RegistrySecurity.cs
- HttpApplicationFactory.cs
- JournalEntry.cs
- TextBox.cs
- LocalizationParserHooks.cs
- HostProtectionException.cs
- SafeArrayTypeMismatchException.cs
- ColorTransform.cs
- ClientSettings.cs
- BamlLocalizer.cs
- DbBuffer.cs
- Tag.cs
- HttpCookieCollection.cs
- HelloOperationCD1AsyncResult.cs
- Control.cs
- BoolLiteral.cs