### YamlMime:ManagedReference items: - uid: MLEM.Content.SoundEffectReader commentId: T:MLEM.Content.SoundEffectReader id: SoundEffectReader parent: MLEM.Content children: - MLEM.Content.SoundEffectReader.GetFileExtensions - MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) langs: - csharp - vb name: SoundEffectReader nameWithType: SoundEffectReader fullName: MLEM.Content.SoundEffectReader type: Class source: remote: path: MLEM/Content/SoundEffectReader.cs branch: master repo: https://github.com/Ellpeck/MLEM id: SoundEffectReader path: ../MLEM/Content/SoundEffectReader.cs startLine: 5 assemblies: - MLEM namespace: MLEM.Content syntax: content: 'public class SoundEffectReader : RawContentReader' content.vb: >- Public Class SoundEffectReader Inherits RawContentReader(Of SoundEffect) inheritance: - System.Object - MLEM.Content.RawContentReader - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} inheritedMembers: - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) - MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) commentId: M:MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) parent: MLEM.Content.SoundEffectReader langs: - csharp - vb name: Read(RawContentManager, String, Stream, SoundEffect) nameWithType: SoundEffectReader.Read(RawContentManager, String, Stream, SoundEffect) fullName: MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) type: Method source: remote: path: MLEM/Content/SoundEffectReader.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Read path: ../MLEM/Content/SoundEffectReader.cs startLine: 7 assemblies: - MLEM namespace: MLEM.Content syntax: content: protected override SoundEffect Read(RawContentManager manager, string assetPath, Stream stream, SoundEffect existing) parameters: - id: manager type: MLEM.Content.RawContentManager - id: assetPath type: System.String - id: stream type: System.IO.Stream - id: existing type: Microsoft.Xna.Framework.Audio.SoundEffect return: type: Microsoft.Xna.Framework.Audio.SoundEffect content.vb: Protected Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As SoundEffect) As SoundEffect overridden: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) overload: MLEM.Content.SoundEffectReader.Read* modifiers.csharp: - protected - override modifiers.vb: - Protected - Overrides - uid: MLEM.Content.SoundEffectReader.GetFileExtensions commentId: M:MLEM.Content.SoundEffectReader.GetFileExtensions id: GetFileExtensions parent: MLEM.Content.SoundEffectReader langs: - csharp - vb name: GetFileExtensions() nameWithType: SoundEffectReader.GetFileExtensions() fullName: MLEM.Content.SoundEffectReader.GetFileExtensions() type: Method source: remote: path: MLEM/Content/SoundEffectReader.cs branch: master repo: https://github.com/Ellpeck/MLEM id: GetFileExtensions path: ../MLEM/Content/SoundEffectReader.cs startLine: 11 assemblies: - MLEM namespace: MLEM.Content syntax: content: public override string[] GetFileExtensions() return: type: System.String[] content.vb: Public Overrides Function GetFileExtensions As String() overridden: MLEM.Content.RawContentReader.GetFileExtensions overload: MLEM.Content.SoundEffectReader.GetFileExtensions* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides references: - uid: MLEM.Content commentId: N:MLEM.Content name: MLEM.Content nameWithType: MLEM.Content fullName: MLEM.Content - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: MLEM.Content.RawContentReader commentId: T:MLEM.Content.RawContentReader parent: MLEM.Content name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader - uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} commentId: T:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} parent: MLEM.Content definition: MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader nameWithType.vb: RawContentReader(Of SoundEffect) fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect) name.vb: RawContentReader(Of SoundEffect) spec.csharp: - uid: MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader - name: < nameWithType: < fullName: < - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect nameWithType: SoundEffect fullName: Microsoft.Xna.Framework.Audio.SoundEffect isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect nameWithType: SoundEffect fullName: Microsoft.Xna.Framework.Audio.SoundEffect isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.CanRead(System.Type) parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} definition: MLEM.Content.RawContentReader`1.CanRead(System.Type) name: CanRead(Type) nameWithType: RawContentReader.CanRead(Type) fullName: MLEM.Content.RawContentReader.CanRead(System.Type) nameWithType.vb: RawContentReader(Of SoundEffect).CanRead(Type) fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).CanRead(System.Type) spec.csharp: - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) name: CanRead nameWithType: RawContentReader.CanRead fullName: MLEM.Content.RawContentReader.CanRead - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) name: CanRead nameWithType: RawContentReader(Of SoundEffect).CanRead fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).CanRead - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) name: Read(RawContentManager, String, Stream, Type, Object) nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) nameWithType.vb: RawContentReader(Of SoundEffect).Read(RawContentManager, String, Stream, Type, Object) fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) spec.csharp: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) name: Read nameWithType: RawContentReader.Read fullName: MLEM.Content.RawContentReader.Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) name: Read nameWithType: RawContentReader(Of SoundEffect).Read fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Content.RawContentReader`1 commentId: T:MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader nameWithType.vb: RawContentReader(Of T) fullName.vb: MLEM.Content.RawContentReader(Of T) name.vb: RawContentReader(Of T) spec.csharp: - uid: MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: MLEM.Content.RawContentReader`1 name: RawContentReader nameWithType: RawContentReader fullName: MLEM.Content.RawContentReader - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type) isExternal: true name: CanRead(Type) nameWithType: RawContentReader.CanRead(Type) fullName: MLEM.Content.RawContentReader.CanRead(System.Type) nameWithType.vb: RawContentReader(Of T).CanRead(Type) fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type) spec.csharp: - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) name: CanRead nameWithType: RawContentReader.CanRead fullName: MLEM.Content.RawContentReader.CanRead - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.CanRead(System.Type) name: CanRead nameWithType: RawContentReader(Of T).CanRead fullName: MLEM.Content.RawContentReader(Of T).CanRead - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) isExternal: true name: Read(RawContentManager, String, Stream, Type, Object) nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object) fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object) fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object) spec.csharp: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) name: Read nameWithType: RawContentReader.Read fullName: MLEM.Content.RawContentReader.Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object) name: Read nameWithType: RawContentReader(Of T).Read fullName: MLEM.Content.RawContentReader(Of T).Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) commentId: M:MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect}.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect) parent: MLEM.Content.RawContentReader{Microsoft.Xna.Framework.Audio.SoundEffect} definition: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) name: Read(RawContentManager, String, Stream, SoundEffect) nameWithType: RawContentReader.Read(RawContentManager, String, Stream, SoundEffect) fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) nameWithType.vb: RawContentReader(Of SoundEffect).Read(RawContentManager, String, Stream, SoundEffect) fullName.vb: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, Microsoft.Xna.Framework.Audio.SoundEffect) spec.csharp: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) name: Read nameWithType: RawContentReader.Read fullName: MLEM.Content.RawContentReader.Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect nameWithType: SoundEffect fullName: Microsoft.Xna.Framework.Audio.SoundEffect isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) name: Read nameWithType: RawContentReader(Of SoundEffect).Read fullName: MLEM.Content.RawContentReader(Of Microsoft.Xna.Framework.Audio.SoundEffect).Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect nameWithType: SoundEffect fullName: Microsoft.Xna.Framework.Audio.SoundEffect isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.SoundEffectReader.Read* commentId: Overload:MLEM.Content.SoundEffectReader.Read name: Read nameWithType: SoundEffectReader.Read fullName: MLEM.Content.SoundEffectReader.Read - uid: MLEM.Content.RawContentManager commentId: T:MLEM.Content.RawContentManager parent: MLEM.Content name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: System.IO.Stream commentId: T:System.IO.Stream parent: System.IO isExternal: true name: Stream nameWithType: Stream fullName: System.IO.Stream - uid: Microsoft.Xna.Framework.Audio.SoundEffect commentId: T:Microsoft.Xna.Framework.Audio.SoundEffect parent: Microsoft.Xna.Framework.Audio isExternal: true name: SoundEffect nameWithType: SoundEffect fullName: Microsoft.Xna.Framework.Audio.SoundEffect - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) isExternal: true name: Read(RawContentManager, String, Stream, T) nameWithType: RawContentReader.Read(RawContentManager, String, Stream, T) fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T) fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T) spec.csharp: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) name: Read nameWithType: RawContentReader.Read fullName: MLEM.Content.RawContentReader.Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0) name: Read nameWithType: RawContentReader(Of T).Read fullName: MLEM.Content.RawContentReader(Of T).Read - name: ( nameWithType: ( fullName: ( - uid: MLEM.Content.RawContentManager name: RawContentManager nameWithType: RawContentManager fullName: MLEM.Content.RawContentManager - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.IO.Stream name: Stream nameWithType: Stream fullName: System.IO.Stream isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.IO commentId: N:System.IO isExternal: true name: System.IO nameWithType: System.IO fullName: System.IO - uid: Microsoft.Xna.Framework.Audio commentId: N:Microsoft.Xna.Framework.Audio isExternal: true name: Microsoft.Xna.Framework.Audio nameWithType: Microsoft.Xna.Framework.Audio fullName: Microsoft.Xna.Framework.Audio - uid: MLEM.Content.RawContentReader.GetFileExtensions commentId: M:MLEM.Content.RawContentReader.GetFileExtensions parent: MLEM.Content.RawContentReader name: GetFileExtensions() nameWithType: RawContentReader.GetFileExtensions() fullName: MLEM.Content.RawContentReader.GetFileExtensions() spec.csharp: - uid: MLEM.Content.RawContentReader.GetFileExtensions name: GetFileExtensions nameWithType: RawContentReader.GetFileExtensions fullName: MLEM.Content.RawContentReader.GetFileExtensions - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Content.RawContentReader.GetFileExtensions name: GetFileExtensions nameWithType: RawContentReader.GetFileExtensions fullName: MLEM.Content.RawContentReader.GetFileExtensions - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: MLEM.Content.SoundEffectReader.GetFileExtensions* commentId: Overload:MLEM.Content.SoundEffectReader.GetFileExtensions name: GetFileExtensions nameWithType: SoundEffectReader.GetFileExtensions fullName: MLEM.Content.SoundEffectReader.GetFileExtensions - uid: System.String[] isExternal: true name: String[] nameWithType: String[] fullName: System.String[] nameWithType.vb: String() fullName.vb: System.String() name.vb: String() spec.csharp: - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: () nameWithType: () fullName: ()