Class MediaTypeList
Inheritance
System.Object
MediaTypeList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public class MediaTypeList : IEnumerable<string>, IEnumerable
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Item[Int32]
Declaration
public string this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
System.String
|
MediaType
Declaration
public string MediaType { get; set; }
Property Value
System.String
|
Methods
GetEnumerator()
Declaration
public IEnumerator<string> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.String>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
ToString(Boolean, Int32)
Declaration
public string ToString(bool friendlyFormat, int indentation = 0)
Parameters
System.Boolean
friendlyFormat
|
System.Int32
indentation
|
Returns
System.String
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()