コード例 #1
0
 /// <summary>
 /// Returns a component by SID or null
 /// </summary>
 public IApplicationComponent GetComponentBySID(ulong sid)
 {
     return(ApplicationComponent.GetAppComponentBySID(this, sid));
 }
コード例 #2
0
 /// <summary>
 /// Returns a component by SID or null
 /// </summary>
 public IApplicationComponent GetComponentBySID(ulong sid)
 => ApplicationComponent.GetAppComponentBySID(this, sid);