コード例 #1
0
 public TypeMapping(OpenSimAssetType assetType, InventoryType inventoryType, string contentType, string extension)
     : this((sbyte)assetType, (sbyte)inventoryType, contentType, null, extension)
 {
 }
コード例 #2
0
ファイル: SLUtil.cs プロジェクト: CassieEllen/opensim
 public TypeMapping(OpenSimAssetType assetType, InventoryType inventoryType, string contentType, string extension)
     : this((sbyte)assetType, (sbyte)inventoryType, contentType, null, extension)
 {
 }