Exemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Java wildcard generics have no direct equivalent in .NET:
//ORIGINAL LINE: public WorkSyncedNativeIndexPopulator<?,?> newLocalTime()
            public override WorkSyncedNativeIndexPopulator <object, ?> NewLocalTime()
            {
                return(Create(TemporalIndexFiles.localTime()));
            }
Exemplo n.º 2
0
//JAVA TO C# CONVERTER WARNING: Java wildcard generics have no direct equivalent in .NET:
//ORIGINAL LINE: public PartAccessor<?> newLocalTime()
            public override PartAccessor <object> NewLocalTime()
            {
                return(CreatePartAccessor(TemporalIndexFiles.localTime()));
            }