コード例 #1
0
 internal bool IsDataOfType <TData>() where TData : IVertexData
 {
     return(Data != null && Data.GetType() == typeof(TData));
 }