public DebuggerTypeProxy(ContentRef <T> cr) { this.cr = cr; }
public ResourceEventArgs(ContentRef <Resource> resRef, bool isDirectory = false) { this.content = resRef; this.isResource = !isDirectory; this.isDirectory = isDirectory; }
public bool Equals(ContentRef <T> other) { return(this == other); }