C# Class Jackett2.Core.XElementExtensions

Show file Open project: Jackett/Jackett2

Public Methods

Method Description
AttributeString ( this element, string name ) : string
AttributeStringList ( this element, string name ) : List

Method Details

AttributeString() public static method

public static AttributeString ( this element, string name ) : string
element this
name string
return string

AttributeStringList() public static method

public static AttributeStringList ( this element, string name ) : List
element this
name string
return List