mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
remove unused files
This commit is contained in:
parent
5d75d227cb
commit
1d11ef877b
@ -1,54 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>PropertyChanged</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:PropertyChanged.AlsoNotifyForAttribute">
|
||||
<summary>
|
||||
Injects this property to be notified when a dependant property is set.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:PropertyChanged.AlsoNotifyForAttribute.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:PropertyChanged.DependsOnAttribute"/>.
|
||||
</summary>
|
||||
<param name="property">A property that will be notified for.</param>
|
||||
</member>
|
||||
<member name="M:PropertyChanged.AlsoNotifyForAttribute.#ctor(System.String,System.String[])">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:PropertyChanged.DependsOnAttribute"/>.
|
||||
</summary>
|
||||
<param name="property">A property that will be notified for.</param>
|
||||
<param name="otherProperties">The properties that will be notified for.</param>
|
||||
</member>
|
||||
<member name="T:PropertyChanged.DependsOnAttribute">
|
||||
<summary>
|
||||
Injects this property to be notified when a dependant property is set.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:PropertyChanged.DependsOnAttribute.#ctor(System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:PropertyChanged.DependsOnAttribute"/>.
|
||||
</summary>
|
||||
<param name="dependency">A property that the assigned property depends on.</param>
|
||||
</member>
|
||||
<member name="M:PropertyChanged.DependsOnAttribute.#ctor(System.String,System.String[])">
|
||||
<summary>
|
||||
Initializes a new instance of <see cref="T:PropertyChanged.DependsOnAttribute"/>.
|
||||
</summary>
|
||||
<param name="dependency">A property that the assigned property depends on.</param>
|
||||
<param name="otherDependencies">The properties that the assigned property depends on.</param>
|
||||
</member>
|
||||
<member name="T:PropertyChanged.DoNotNotifyAttribute">
|
||||
<summary>
|
||||
Exclude a <see cref="T:System.Type"/> or property from notification.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:PropertyChanged.DoNotSetChangedAttribute">
|
||||
<summary>
|
||||
Exclude a <see cref="T:System.Type"/> or property from IsChanged flagging.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Loading…
Reference in New Issue
Block a user