struct NetworkFile
in global :: Sandbox . Network
😔 No documentation found.
public string Name { get; set; }
😔 No documentation found.
public byte[] Content { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( NetworkFile left, NetworkFile right )
😔 No documentation found.
public static bool op_Equality( NetworkFile left, NetworkFile right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( NetworkFile other )
😔 No documentation found.
public void Deconstruct( ref string Name, ref byte[] Content )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public NetworkFile( string Name, byte[] Content )
😔 No documentation found.