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