CmisSync.Lib.Storage.FileSystem.ExtendedAttributeReaderUnix.ExtendedAttributeReaderUnix C# (CSharp) Method

ExtendedAttributeReaderUnix() public method

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.ExtendedAttributeReaderUnix class.
public ExtendedAttributeReaderUnix ( ) : System
return System
        public ExtendedAttributeReaderUnix() {
#if (__MonoCS__ != true)
            throw new WrongPlatformException();
#endif
        }