CSJ2K.Util.SilverlightFileStreamCreator.Create C# (CSharp) 메소드

Create() 공개 메소드

public Create ( string path, string mode ) : Stream
path string
mode string
리턴 Stream
        public Stream Create(string path, string mode)
        {
            throw new NotImplementedException("File stream I/O not implemented for Silverlight.");
        }
SilverlightFileStreamCreator