Server.Infrastructure.Content.AssetReader.AssetReader C# (CSharp) 메소드

AssetReader() 공개 메소드

public AssetReader ( Stream stream, Type targetType ) : System
stream Stream
targetType System.Type
리턴 System
        public AssetReader(Stream stream, Type targetType)
            : base(stream)
        {
            TargetType = targetType;
        }
AssetReader