public DebuggerTypeProxy(ContentRef <T> cr)
 {
     this.cr = cr;
 }
Example #2
0
 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);
 }